{
"success": true,
"data": {
"clinics": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "SmileUp Madrid Centro",
"address": "Calle Gran Via 123, 28013 Madrid",
"phone": "+34912345678",
"email": "[email protected]",
"timezone": "Europe/Madrid",
"created_at": "2024-01-01T00:00:00.000Z"
},
{
"id": "660f9511-f30c-52e5-b827-557766551111",
"name": "SmileUp Barcelona",
"address": "Passeig de Gracia 45, 08007 Barcelona",
"phone": "+34934567890",
"email": "[email protected]",
"timezone": "Europe/Madrid",
"created_at": "2024-01-15T00:00:00.000Z"
},
{
"id": "770a0622-g41d-63f6-c938-668877662222",
"name": "SmileUp Valencia",
"address": "Calle Colon 78, 46004 Valencia",
"phone": "+34961234567",
"email": "[email protected]",
"timezone": "Europe/Madrid",
"created_at": "2024-02-01T00:00:00.000Z"
}
]
},
"meta": {
"page": 1,
"limit": 25,
"total": 3,
"total_pages": 1,
"has_more": false
},
"request_id": "req_abc123xyz",
"timestamp": "2024-01-15T10:30:00.000Z"
}