curl --location 'https://mailganer.com/api/v2/template/' \
--header 'Content-Type: application/json' \
--header 'Authorization: CodeRequest XXX' \
--data '{
"name": "Письмо о доставке",
"html": "<html><body><div>Здравствуйте, {{ name }}!</div><a href=\"{{unsubscribeUrl}}\">Отписаться</a></body></html>",
"group_id": 641
}' {
"template_id": "3e28f835-b2e6-43f1-9e82-f263a4a4a4fb",
"edit_url": "https://mailganer.com/app/custom-template/3e28f835-b2e6-43f1-9e82-f263a4a4a4fb/"
}