curl --location --request POST '/api/Projeto' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string",
"descricao": "string",
"leadId": 0,
"tipoProjetoId": 0,
"consumo": 0,
"usuarioId": 0,
"statusId": 0,
"origemId": 0,
"externalId": "string",
"externalCode": "string",
"plusCode": "string",
"nota": "string"
}'