curl --location --request GET 'api.velosms.com/api/partners/viber-otp-templates' \
--header 'apiId: <string>' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"id": "string",
"name": "string",
"englishMessage": "string",
"parameters": [
{
"key": "string",
"type": "Text"
}
]
}
]
}'