curl --location 'https://api.synup.com/api/v4/local-post-ideas/observances?month=5&date=' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"localObservances": [
{
"id": 0,
"title": "string",
"description": "string",
"date": "string",
"imageUrl": "string",
"isMonthLong": true
}
]
}
}