{
"saml_provider": {
"property1": "string",
"property2": "string"
}
}
curl --location --request POST 'https://example.com:30888/saml_providers//set-class-metadata' \
--header 'Content-Type: application/json' \
--data-raw '{
"saml_provider": {
"property1": "string",
"property2": "string"
}
}'
{}