Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/Projeto' \
--header 'Authorization: <api-key>' \
--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",
"celular": "string",
"whatsAppLid": "string"
}'