{
"success": true,
"message": "Users retrieved successfully",
"data": [
{
"id": 1,
"name": "Super Admin",
"email": "admin@threedos.com",
"role": "super_admin",
"phone": "+201234567890",
"bio": "Avid explorer of ancient destinations.",
"country": "Egypt",
"email_verified_at": "2026-08-24T12:00:00.000Z"
},
{
"id": 2,
"name": "Sarah Connor",
"email": "sarah.connor@example.com",
"role": "user",
"phone": "+15551234567",
"bio": "Searching for adventure and peaceful resorts.",
"country": "United States",
"email_verified_at": "2026-08-25T09:30:00.000Z"
},
{
"id": 3,
"name": "Kenji Sato",
"email": "kenji.sato@example.com",
"role": "agency",
"phone": "+819012345678",
"bio": "Professional travel planner based in Tokyo.",
"country": "Japan",
"email_verified_at": "2026-08-26T14:45:00.000Z"
}
]
}