curl --location --request GET 'https://api.youlai.tech/api/v1/roles/page?pageNum=1&pageSize=10' \
--header 'Authorization: '{
"code": "string",
"data": {
"list": [
{
"id": 0,
"name": "string",
"code": "string",
"status": 0,
"sort": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"total": 0
},
"msg": "string"
}