Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/PreProposta/AdicionarStatus/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"statusId": 0,
"obs": "string",
"projectExternalId": "string",
"statusExternalId": "string",
"processarRegras": true,
"validaStatusDisponivel": true,
"statusOrigemId": 0,
"automatico": true,
"movimentacaoMassa": true
}'