curl --location --request POST 'https://api.sendzen.io/v1/messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"to": "string",
"type": "template",
"template": {
"name": "string",
"lang_code": "string",
"components": [
{
"type": "button",
"sub_type": "quick_reply",
"index": 0,
"parameters": [
{
"type": "text",
"text": "Visit Our Website"
}
]
}
]
}
}'{
"message_id": "string",
"status": "string",
"to": "string",
"timestamp": "string"
}