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