curl --location --request GET '/api/admin/system/menu/cache/tree' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": [
{
"checked": true,
"childList": [
{}
],
"icon": "string",
"id": 0,
"name": "string",
"pid": 0,
"sort": 0
}
],
"message": "string"
}