curl --location --request POST '/api/AutomacoesStatusProjetoEngenharia' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"statusId": 0,
"mensagem": "string",
"statusNegocioId": 0
}'
{
"id": 0,
"status": {
"id": 0,
"nome": "string",
"tipo": "Pendente"
},
"statusId": 0,
"statusNegocioId": 0,
"mensagem": "string",
"urlWebhook": "string"
}