{
"scopedpolicy": {
"scope": "string",
"shared_domain_ids": [
"string"
]
}
}
curl --location --request POST 'https://example.com:30888/scopedpolicies//public' \
--header 'Content-Type: application/json' \
--data-raw '{
"scopedpolicy": {
"scope": "string",
"shared_domain_ids": [
"string"
]
}
}'
{}