curl --location --request GET '/api/admin/system/menu/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": [
{
"component": "string",
"createTime": "2019-08-24T14:15:22Z",
"icon": "string",
"id": 0,
"isShow": true,
"menuType": "string",
"name": "string",
"perms": "string",
"pid": 0,
"sort": 0
}
],
"message": "string"
}