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