curl --location --request GET '/menu/list'
{
"_embedded": [
{
"children": [
{}
],
"code": "string",
"component": "string",
"createTime": "string",
"description": "string",
"icon": "string",
"id": "string",
"link": "string",
"menuName": "string",
"menuType": 0,
"openType": 0,
"parentId": "string",
"parentIds": "string",
"permission": "string",
"redirect": "string",
"router": "string",
"sort": 0,
"updateTime": "string",
"visible": true,
"weight": 0
}
],
"code": 0,
"message": "string",
"timestamp": "string"
}