curl --location --request POST '/api/Tarefa' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"descricao": "string",
"titulo": "string",
"dataInicial": "2019-08-24T14:15:22Z",
"dataEntrega": "2019-08-24T14:15:22Z",
"projetoId": 0,
"statusLeadId": 0,
"statusId": 0,
"dependenciaTarefaId": 0,
"tipoId": 0,
"ordemServicoId": 0,
"usuariosIds": [
0
]
}'