Authorization: Bearer ********************
curl --location --request GET 'http://localhost:3000/role/page'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"name": "string",
"createTime": "string",
"updateTime": "string"
}
],
"total": 0
},
"message": "string"
}