curl --location --request PUT '/models/rcs/' \
--header 'X-APP-ID: <api-key>' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"shorturl": {
"mode": "unique",
"url": "https://www.google.com/"
},
"fallback": {
"content": "Hello World",
"sender": "SENDER"
},
"name": "Nom de votre campagne RCS",
"type": "card",
"data": {
"title": "string",
"description": "string",
"media_message_url": "https://app.conexteo.com/assets/images/logo_cercle_600x600.png",
"choices": [
{
"type": "text",
"text": "Bonjour, comment ça va ?"
},
{
"type": "location",
"title": "Voir la localisation",
"label": "Mon bureau",
"latitude": 48.8566,
"longitude": 2.3522
}
]
}
}'