{ "userIds": [ 1 ] }
curl --location --request PATCH '/role/users/add/1' \ --header 'Authorization: Bearer {{jwtToken}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "userIds": [1] }'
{}