curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/messages/bee_email_templates/2000' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{
"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"
}
}