curl --location '/api/v1/leads' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact": {
"name": "string",
"email": "user@example.com",
"phone": "string",
"phoneType": "string",
"role": "string",
"location": "string",
"tags": [
"string"
],
"customFields": {},
"ownerId": "string"
},
"deal": {
"title": "string",
"pipelineId": "string",
"stageId": "string",
"value": 0,
"notes": "string",
"customFields": {},
"ownerId": "string"
},
"company": {
"name": "string",
"cnpj": "string",
"website": "string",
"industry": "string",
"size": "string",
"location": "string",
"customFields": {},
"ownerId": "string"
},
"idempotencyKey": "string"
}'