curl --location 'https://api.synup.com/api/v4/local-post-ideas/observances-with-ideas?locationId=TG9jYXRpb246MQ%3D%3D&month=5' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"localObservancesWithIdeas": [
{
"id": 0,
"title": "string",
"description": "string",
"date": "string",
"imageUrl": "string",
"isMonthLong": true,
"ideasReady": true,
"isRelevant": true,
"postIdeaId": "string",
"postImageUrl": "string",
"postTitle": "string",
"postType": "string",
"postContent": "string",
"postImagePrompt": "string"
}
]
}
}