curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/messages/bee_email_templates/2000' \ --header 'X-User-Agent;' \ --header 'X-Product-Name;' \ --header 'X-Loyalty-Club-Slug;' \ --header 'X-Customer;' \ --header 'Authorization: Bearer ' \ --header 'X-Client-Authorization: '
{ "beefree_template": { "id": 0, "bee_id": "string", "categories": [ "string" ], "collections": [ "string" ], "description": "string", "json_data": {}, "tags": [ "string" ], "template_type": "string", "thumbnail_large": "string", "thumbnail": "string", "title": "string", "published_at": "string", "created_at": "string" } }