curl --request POST \
--url https://business.pingmee.co.il/templates/send \
--header 'Content-Type: application/json' \
--header 'Cookie: <api-key>' \
--header 'x-api-key: <api-key>' \
--data '
{
"from": "<string>",
"to": "<string>",
"type": "template",
"templateId": "<string>",
"templateData": {
"body": {
"parameters": [
"<string>"
]
},
"header": {
"type": "IMAGE",
"url": "<string>"
}
}
}
'