{
"events_group": {} // Events Group - see 'Events Group model'
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/events_groups/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"events_group": {
"id": 0,
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"body": {
"en": "Text"
}
}
}