curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/venue_info' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"venue_info": {
"description": {
"en": "Text"
},
"phone_number": "+14155552671",
"email": "somebody@example.com",
"region": "officia",
"city": "Bristol",
"zip_code": "05751",
"address": "ipsum",
"latitude": -73.9874,
"longitude": 12.345678,
"opening_hours": [
{
"type": "day",
"period": "2025-05-15",
"hours": null,
"description": {
"en": "Closed"
}
},
{
"type": "weekday",
"period": "monday",
"hours": {
"opens_at": "09:00",
"closes_at": "18:00"
},
"description": {
"en": "Text"
}
}
],
"social_profiles": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"instagram": "https://example.com",
"linkedin": "https://example.com",
"snapchat": "https://example.com",
"tiktok": "https://example.com",
"youtube": "https://example.com",
"pinterest": "https://example.com"
}
}
}