Authorization: Bearer ********************{
"users": [
"2",
"5"
],
"roleId": "1"
}curl --location 'https://venuehelper.api.voc2018.com/roles/user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"users": [
"2",
"5"
],
"roleId": "1"
}'{
"statusCode": 200,
"message": "操作成功",
"data": null
}