{ "user_id": 2, "role_ids": [ 2 ] }
curl --location --request POST 'http://localhost:7001/api/users/userroles' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": 2, "role_ids": [ 2 ] }'
{}