Authorization: ********************
{
"cpl_rule_set_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/runassignedscenarios' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpl_rule_set_id": "string"
}'
{
"results": [
{
"passed_value": true,
"should_allow_responses": [
{
"rule_text": "string",
"permit_value": true
}
],
"should_deny_responses": [
{
"rule_text": "string",
"permit_value": true
}
],
"scenario_name": "string"
}
],
"passed_value": true,
"cpl_rule_set_name": "string"
}