Authorization: ********************
{
"inbound_sms_group_id": "string",
"sms_task_parent": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/createsmsconversation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"inbound_sms_group_id": "string",
"sms_task_parent": "string"
}'
{
"sms_conversation_id": "string"
}