curl --location --request GET '/admin/profile' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "QUERY_SUCCESS",
"data": {
"userInformation": {
"_id": "6539465ba06b3b9f3ab9e6d7",
"fullName": "John Doe",
"email": "johndoe@mail.com",
"profilePic": "https://firebasestorage.googleapis.com/v0/b/auto-project-b886c.appspot.com/o/%E2%80%94Pngtree%E2%80%94vector%20avatar%20icon_4013749.png?alt=media&token=b4459809-c06e-4853-b23a-b83e26ff3a60&_gl=1*16csz47*_ga*MTQzNzA4OTc2MC4xNjc3Nzg2NDk3*_ga_CW55HF8NVT*MTY5NjQzOTYxMy4zMS4xLjE2OTY0Mzk2NjcuNi4wLjA.",
"__v": 0
}
}
}