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