curl --location --request POST 'api.velosms.com/api/partners/whatsapp-templates' \
--header 'apiId: <string>' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "<string>",
"message": "<string>",
"country": "<string>",
"languageCode": "<string>",
"whatsAppTemplateCategory": "Service",
"attachments": [
"<binary>",
"<binary>"
]
}'{
"data": [
"<long>",
"<long>"
]
}