curl --location --request POST 'http://localhost:8080/system/function/menuList' \
--header 'Authorization;'
{
"code": 0,
"status": true,
"msg": "string",
"data": [
{
"id": "string",
"path": "string",
"name": "string",
"component": "string",
"componentAlias": "string",
"redirect": "string",
"meta": {
"property1": {},
"property2": {}
}
}
],
"isSecurity": true
}