curl --location --request POST '/api/Lead/WebhookGeralBody/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string",
"email": "string",
"telefone": "string",
"cidade": "string",
"valorConta": "string",
"documento": "string",
"tipoPessoa": "string",
"nota": "string",
"url": "string",
"origemId": 0,
"emailResponsavel": "string",
"responsavelId": 0,
"campanha": "string",
"anuncio": "string",
"conjuntoAnuncios": "string",
"codigoLeadTracking": "string",
"nomeFantasia": "string",
"segmento": "string",
"tipoProjetoId": 0,
"uf": "string"
}'