Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/TarefaEtiqueta' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string",
"cor": "string",
"funcoesIds": [
0
],
"setorId": 0
}'{
"id": 0,
"nome": "string",
"cor": "string",
"setorId": 0,
"setor": {
"id": 0,
"ordem": 0,
"nome": "string",
"descricao": "string",
"ativo": true,
"codigo": "string",
"cor": "string",
"setorPaiId": 0,
"setorPai": {}
},
"funcoesIds": [
0
],
"funcoes": "string"
}