curl --location --request PUT 'https://api.conexteo.com/models/rcs/0' \
--header 'Content-Type: application/json' \
--data-raw '{
"shorturl": {
"mode": "unique",
"url": "https://www.google.com/"
},
"fallback": {
"content": "Hello World",
"sender": "SENDER"
},
"name": "Your RCS campaign name",
"type": "card",
"data": {
"title": "string",
"description": "string",
"media_message_url": "https://app.conexteo.com/assets/images/logo_cercle_600x600.png",
"choices": [
{
"type": "text",
"text": "Hello, how are you?"
},
{
"type": "location",
"title": "See location",
"label": "My office",
"latitude": 48.8566,
"longitude": 2.3522
}
]
}
}'