curl --location --request PUT '/api/TipoTarefa/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"propriedade": "string",
"valor": "string"
}'
{
"id": 0,
"nome": "string",
"tituloPadrao": "string",
"tempoEstimado": 0,
"usuariosIds": [
0
],
"usuarios": "string",
"area": "Comercial",
"urlIcone": "string",
"cor": "string",
"textoPadrao": "string",
"objetivo": "Nenhum",
"funcoesIds": [
0
],
"funcoes": "string"
}