{
"locationId": "TG9jYXRpb246MQ==",
"date": "2026-05-01"
}curl --location 'https://api.synup.com/api/v4/local-post-ideas/suggest-posts-for-date' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"locationId": "TG9jYXRpb246MQ==",
"date": "2026-05-01"
}'{
"data": {
"suggestLocalPostsForDate": {
"success": true,
"ideas": [
{}
],
"pipelineId": "string",
"generatedCount": 0,
"error": {
"message": "string",
"code": "string",
"contextInfo": [
{
"key": "string",
"value": "string"
}
]
}
}
}
}