Authorization: Bearer ********************{
"role": "string",
"userName": "string"
}curl --location --request DELETE 'http://192.168.13.244:9090/api/removeUserFromRole' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"role": "string",
"userName": "string"
}'null