curl --location --request POST '/api/Projeto/AdicionarStatus/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"statusId": 0,
"obs": "string",
"projectExternalId": "string",
"statusExternalId": "string",
"processarRegras": true,
"statusOrigemId": 0
}'