curl --location --request GET '/api/v1/admin/profile' \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "QUERY_SUCCESS",
"admin": {
"id": "674a090fe8da9f5e05b4fede",
"email": "abdullahyahaya2018@gmail.com",
"fullName": "John Doe",
"phone": "+2348089886543",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1733827058/p0a8b2biztzirfuczjl3.jpg"
}
}
}