Authorization: ********************curl --location --request POST '/emm-basic-server/api/v1/role/getMenuList/' \
--header 'Authorization: <api-key>'{
"code": "string",
"count": 0,
"data": [
{
"buttonList": [
{}
],
"checked": false,
"children": [
{}
],
"code": "string",
"icon": "string",
"id": "string",
"name": "string",
"parentId": "string",
"path": "string",
"sort": 0,
"type": 0
}
],
"message": "string",
"success": true
}