{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "string",
"type": "contacts",
"contacts": [
{
"name": {
"formatted_name": "João Silva",
"first_name": "João",
"last_name": "Silva",
"middle_name": "string",
"suffix": "string",
"prefix": "string"
},
"phones": [
{
"phone": "+5511999999999",
"type": "CELL"
}
],
"emails": [
{
"email": "joao.silva@exemplo.com",
"type": "HOME"
}
],
"addresses": [
{
"street": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string",
"country_code": "string",
"type": "string"
}
],
"birthday": "string",
"org": {
"company": "string",
"department": "string",
"title": "string"
},
"urls": {
"url": "string",
"type": "string"
}
}
]
}