curl --location --request POST 'https://seupabxutech.exemplo.com.br/utech/v1/contacts/contactadd?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "2",
"code": "4321",
"name": "John Doe",
"birthday": "1970-01-01",
"email": "john.doe@email.com",
"company": "uTech Tecnologia",
"area": "Documentacao",
"title": "Engenheiro",
"cpf": "111.111.111-11",
"cnpj": "12.121.212/1212-12",
"rg": "123123123",
"document": "1.2.3.4",
"address": "Rua Idalina Pereira dos Santos, 67 - Sala 702",
"postalcode": "88025260",
"observations": "Observsao",
"attendant": "1001",
"numbers": {
"mobile": {
"priority": "0",
"number": "48999998888"
},
"home": {
"priority": "1",
"number": "4833334840"
},
"business": {
"priority": "2",
"number": "4833334841"
},
"extension": {
"number": "1000"
},
"whatsapp": {
"priority": "3",
"number": "48999998888"
},
"facebook": {
"number": "1234567890"
},
"telegram": {
"number": "1234567890"
},
"twitter": {
"number": "1234567890"
},
"instagram": {
"number": "1234567890"
}
}
}'