curl --location 'https://app.mgpanel.co/api/clients?search=undefined&limit=undefined' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"clients": [
{
"_id": "507f1f77bcf86cd799439011",
"name": "Juan",
"email": "juan@test.com",
"phone": "3001234567",
"status": 1,
"date": "2026-05-01T12:00:00.000Z"
}
]
}