curl --location --request GET '/admin/receptionist/all' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "QUERY_SUCCESS",
"data": [
{
"_id": "6623c032a36a05de36c07789",
"fullName": "Abdullah Yahaya",
"email": "abdullahyahaya2018+25@gmail.com",
"phoneNumber": "+2349085998476",
"isSuperAdmin": false,
"hotel": "motherland resort"
}
]
}