curl --location --request GET '/api/admin/system/role/info/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"menuList": [
{
"checked": true,
"childList": [
{}
],
"icon": "string",
"id": 0,
"name": "string",
"pid": 0,
"sort": 0
}
],
"roleName": "string",
"status": true,
"updateTime": "2019-08-24T14:15:22Z"
},
"message": "string"
}