Authorization: ********************
{
"phrase": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/checkruleset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phrase": "string"
}'
{
"rules": [
{
"verb": "V_UNKNOWN",
"entity": "E_UNKNOWN",
"sub_entity": "SE_ALL",
"selectors": [
{
"date": {
"month": "MONTH_JANUARY",
"day": 0,
"year": 0
}
}
],
"rule_text": "string"
}
],
"warnings": [
"string"
]
}