observanceDate and topic.{
"locationId": "TG9jYXRpb246MQ==",
"observanceName": "Mother's Day"
}curl --location 'https://api.synup.com/api/v4/local-post-ideas/generate-holiday-idea-variant' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"locationId": "TG9jYXRpb246MQ==",
"observanceName": "Mother'\''s Day"
}'{
"data": {
"generateLocalHolidayIdeaVariant": {
"success": true,
"idea": {},
"error": {
"message": "string",
"code": "string",
"contextInfo": [
{
"key": "string",
"value": "string"
}
]
}
}
}
}