curl --location --request GET 'http://localhost:3000/api/admin' \
--header 'Authorization;'
{
"responseMessage": [
"string"
],
"responseCode": "string",
"responseData": {
"admin": {
"id": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"roleType": true,
"isActive": true,
"imgUrl": "string",
"notificationSettings": {
"email": true,
"sms": true,
"pushNotification": true
},
"createdAt": "string",
"updatedAt": "string"
}
}
}