{
"role": {
"policy_id": "string",
"project_id": "string"
}
}curl --location --request POST 'https://example.com:30888/roles//remove-policy' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": {
"policy_id": "string",
"project_id": "string"
}
}'{}