Authorization: Bearer ********************
{
"role_ids": [
0
]
}
curl --location --request POST '/api/user_role//roles' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"role_ids": [
0
]
}'
{
"code": 0,
"data": {},
"message": "操作成功"
}