curl --location --request GET 'https://heimahr.itheima.net/api/sys/role?page=&pagesize' \
--header 'Authorization: Bearer '
{
"success": true,
"code": 0,
"data": {
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"description": "string",
"state": 0
}
]
},
"message": "string"
}