Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/listsmsintenttemplates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"sms_intent_template": [
{
"sms_intent_template_sid": 0,
"name": "string",
"description": "string",
"action_key": "string",
"action_detail": "string",
"action_trigger": "string",
"priority": 0,
"last_updated": "1s"
}
]
}