curl --location --request GET 'https://heimahr.itheima.net/api/sys/permission' \
--header 'Authorization: Bearer '
{
"success": true,
"code": 0,
"data": [
{
"id": 0,
"name": "string",
"description": "string",
"type": 0,
"code": "string",
"pid": 0,
"enVisible": 0
}
],
"message": "string"
}