curl --location --request POST 'https://api.cima360.com/sms/v1/deliver' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipient": "+573001234567",
"messageBody": "Hello John, your access code is 4572."
}'{
"smsId": "73dde2b5eedf50405f499e6c3",
"status": "Queued",
"scheduledFor": "2025-07-10T08:00:00Z"
}