Authorization: ********************x-api-key: ********************{
"status": "success",
"message": "Users fetched successfully",
"data": {
"users": [
{
"_id": "64f1a2b3c4d5e6f7890a1234",
"name": "John Doe",
"email": "john@example.com",
"isEmailVerified": true,
"phone": 1234567890,
"isPhoneVerified": true,
"type": "user",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 100,
"page": 1,
"limit": 10,
"totalPages": 10
}
}