Authorization: ********************curl --location --request GET '/emm-basic-server/api/v1/role/details/' \
--header 'Authorization: <api-key>'{
"code": "string",
"count": 0,
"data": {
"enabled": 0,
"functions": [
"string"
],
"id": "string",
"roleName": "string"
},
"message": "string",
"success": true
}