curl --location --request POST 'https://apicfa.convirza.com/v2/sms' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaign_id": 4421,
"tracking_number": "+13856254524",
"destination_number": "+13856254524",
"message": "this a test message",
"sms_type": "outgoing",
"send_opt_in_msg": false,
"opt_in_msg": "Welcome to agency, thank you for connecting to us.",
"agent_notification": "This is lead coming from our website"
}'[
{
"result": "string",
"data": "string",
"entry_count": 0
}
]