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