Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/wfo/vanalytics/v2/listtranscriptgroupnames' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"group_names": [
{
"value": "string"
}
]
}