const axios = require('axios');
"template_format_name": "main-crisp",
"image_url": "https://production-banners.s3-eu-west-1.amazonaws.com/templates/e0d292f2-ec21-11e9-a539-3c408bf94155/9c872731-da6f-4923-b342-7c4250ac94cc/assets/370af020-5e56-445d-bdf7-02e819658a8a.jpeg",
"alignment": "middle center"
"payload": "Send best wishes to your lovelies with little easter gifts!",
"font": "61566327-33c5-11ea-9877-92672c1b8195",
axios.post("https://api.abyssale.com/banner-builder/{templateId}/generate", payload, {
headers: {"x-api-key": "{YOUR-API-KEY}", "Content-Type": "application/json", "timeout": 30000}
console.log(response.data)