curl --location --request GET '/rolemenu/authority'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": [
{
"id": 0,
"menu_name": "string",
"module": "string",
"vue_path": "string",
"vue_path_detail": "string",
"vue_directory": "string",
"sort": 0,
"menu_actions": [
"string"
]
}
]
}