Authorization: ********************curl --location --request PUT 'https://prod.your-api-server.com/api/KitCustomizadoRegra/Full/' \
--header 'Authorization: <api-key>' \
--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"
}