curl --location --request POST 'http://127.0.0.1/admin/v1/admin-user/bind-role' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"role_ids": [
1,
3
]
}'{
"code": 0,
"msg": "OK",
"data": null,
"cost": "22.134208ms",
"request_id": "fd5bc978-806e-4271-b607-086a1d767300"
}