curl --location --request POST '/api/Contato/Lead/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nome": "string",
"cpf": "string",
"rg": "string",
"tipoContato": "string",
"celular": "string",
"email": "string",
"externalId": "string"
}'
{
"id": 0,
"dataCadastro": "2019-08-24T14:15:22Z",
"nome": "string",
"cpf": "string",
"rg": "string",
"tipoContato": "string",
"celular": "string",
"email": "string",
"valorPatrimonio": 0,
"valorRendaMensal": 0,
"endereco": {
"id": 0,
"cep": "string",
"logradouro": "string",
"numero": "string",
"complemento": "string",
"bairro": "string",
"cidade": "string",
"uf": "string"
}
}