Authorization: Bearer ********************curl --location --request GET 'https://venuehelper.api.voc2018.com/users/role/2?current=1&size=10' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "2",
"name": "test",
"roleDisplayNames": [
"部长"
]
},
{
"id": "1",
"name": "周思南",
"roleDisplayNames": [
"干事",
"部长"
]
}
]
}