Authorization: Bearer ********************curl --location --request GET 'https://m1.apifoxmock.com/m1/3776410-0-default/role' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "OK",
"data": [
{
"id": 1,
"code": "SUPER_ADMIN",
"name": "超级管理员",
"enable": true
},
{
"id": 2,
"code": "ROLE_QA",
"name": "质检员",
"enable": true
}
],
"originUrl": "/role?enable=1"
}