{
"command": "get_contact",
"status": "ok",
"id": 123,
"contact": "Contato Exemplo",
"complement": "Bloco A",
"state": "novo",
"phones": [
{
"id": 1,
"phone": "5511987654321",
"type": "cell_phone"
},
{
"id": 2,
"phone": "551132109876",
"type": "house"
}
],
"update_date": "2023-11-01T14:00:00Z",
"creation_date": "2023-11-01T10:00:00Z",
"schedule": {
"day": 15,
"month": 11,
"year": 2023,
"start": {
"hour": 10,
"min": 0
},
"end": {
"hour": 18,
"min": 0
}
}
}