curl --location --request POST 'https://api.conexteo.com/messages/sms/dynamic?resumeBefore=true' \
--header 'X-APP-ID: <api-key>' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": "123456789-client",
"scheduleAt": "2019-08-24T14:15:22Z",
"shorturl": {
"mode": "unique",
"url": "https://www.google.com/"
},
"content": "Hello World",
"sender": "SENDER",
"recipients": [
{
"recipient": "0606060606",
"dynamique1": "okok"
},
{
"recipient": "+33606060606",
"prenom": "Alice"
}
]
}'