Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/listagentresponseautorules' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"rulesets": [
{
"ruleset_sid": 0,
"name": "string",
"description": "string",
"country": "COUNTRY_UNDEFINED",
"responses": [
{
"agent_call_response": "string",
"comparitors": [
{
"value": "string",
"expiration": 0
}
]
}
]
}
]
}