Authorization: Bearer ********************
{
"userId": 0,
"roleIds": [
0
]
}
curl --location --request POST 'http://localhost:3000/user/setRole' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"roleIds": [
0
]
}'
{}