Authorization: ********************
{
"rule_set_id": "string",
"name": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/renameruleset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rule_set_id": "string",
"name": "string"
}'
{}