idea_series.all_posts_generated{
"event": "idea_series.all_posts_generated",
"timestamp": "2026-07-15T07:45:00Z",
"account_id": 19598,
"location_id": "279381",
"scope": "local",
"data": {
"series_id": "series-11",
"generated_count": 8
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "idea_series.all_posts_generated",
"timestamp": "2026-07-15T07:45:00Z",
"account_id": 19598,
"location_id": "279381",
"scope": "local",
"data": {
"series_id": "series-11",
"generated_count": 8
}
}'{}