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": "string",
"template": {
"name": "string",
"lang_code": "string",
"components": []
}
}'{
"message_id": "string",
"status": "string",
"to": "string",
"timestamp": "string"
}