2. Endpoints > 2.3. Media
https://api.lookupdatas.com
To Get [TOKEN] go to 1.1. Token
curl --location '[BASEURL]/mediamanagement/api/holidaypost' --header 'Content-Type: application/json' --header 'Authorization: Bearer [TOKEN]' --data '{ "size": 500, "countryHolidayId": "02deffe2-41ba-4899-982f-acb1fa27bd54", "logo": "iVBORw0KGg..." }'
size: Max value 1000. Returned image size.
countryHolidayId: Get from 2.1.4. Country Holiday
logo: Base64 of your logo.
{ "header": { "globalId": "b5578a6c-a745-4089-a5ce-eb7a8fdd5661", "isSuccess": true, "message": null }, "body": { "holidayPost": "iVBORw0KGgoA..." } }
holidayPost: Base64 of generated post image with your logo.