{
"role_id": 2,
"permission_ids": [
1, 2, 7
]
}
curl --location --request POST 'http://localhost:7001/api/roles/roleperms' \
--header 'Content-Type: application/json' \
--data-raw '{
"role_id": 2,
"permission_ids": [
1, 2, 7
]
}'
{}