Authorization: ********************
{
"phrase": "string",
"cursor": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/ruleautocomplete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phrase": "string",
"cursor": 0
}'
{
"options": [
"string"
]
}