Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/omniapi/listcannedmessagegroups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"canned_message_groups": [
{
"canned_message_group_id": "string",
"name": "string",
"description": "string",
"date_created": "1s",
"last_updated": "1s"
}
]
}