{
"seriesId": "3a1f...",
"slotIndex": "0"
}curl --location 'https://api.synup.com/api/v4/local-post-ideas/generate-series-post' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"seriesId": "3a1f...",
"slotIndex": "0"
}'{
"data": {
"generateLocalSeriesPost": {
"success": true,
"idea": {},
"error": {
"message": "string",
"code": "string",
"contextInfo": [
{
"key": "string",
"value": "string"
}
]
}
}
}
}