curl --location 'https://api.trucontact.co/sms/v1/deliver' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"recipient": "+573001234567",
"messageBody": "Hello John, your access code is 4572."
}'{
"smsId": "64ccdfb4ddf40404f498e5b2",
"status": "Queued"
}