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