curl --location --request PUT '/api/KitCustomizadoRegra/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"propriedade": "string",
"valor": "string"
}'
{
"id": 0,
"nome": "string",
"tiposTelhadosIdsList": [
0
],
"tiposTelhadosIds": "string",
"tiposList": [
"string"
],
"tipos": "string",
"insumoId": 0,
"formula": "string",
"fasesList": [
"string"
],
"fases": "string",
"tensoesList": [
0
],
"tensoes": "string"
}