topic.{
"ideaId": "91b2...",
"topic": "weekend sale"
}curl --location 'https://api.synup.com/api/v4/local-post-ideas/regenerate-idea-content' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"ideaId": "91b2...",
"topic": "weekend sale"
}'{
"data": {
"regenerateLocalIdeaContent": {
"success": true,
"idea": {},
"error": {
"message": "string",
"code": "string",
"contextInfo": [
{
"key": "string",
"value": "string"
}
]
}
}
}
}