{
"name": "Nome do lead",
"fullName": "Nome completo do lead",
"email": "[email protected]",
"phone": "(55) 98765-4321",
"cpf": "111.111.111-11",
"image": "http://link.image.jpg",
"stage_id": 1,
"birthdate": "1996-05-17T15:11:40.7304337Z",
"company_id": 1,
"responsible_id": 1,
"source_id": 1,
"gender": 1,
"origin": 1,
"fields": [
{
"label": "Nome do Campo",
"id": "ID-DO-CAMPO-FORNECIDO-POR-NOSSA-EQUIPE",
"value": "Valor do Campo"
}
],
"addresses": [
{
"id": 1,
"country": "Brasil",
"state": "Rio Grande do Sul",
"city": "Três de Maio",
"neighborhood": "Centro",
"postalCode": "98910-000",
"address": "Avenida Uruguai",
"number": "513",
"complement": "Sala 201",
"placeId": "ChIJL-KZByFS-ZQRRQqco7vI0h8",
"longitude": -27.779413,
"latitude": -54.234719,
"prefered": true,
"type": 1
}
],
"emails": [
"[email protected]",
"[email protected]"
],
"phones": [
"(55) 98765-4321",
"(45) 91234-5678"
]
}