idea.generated{
"event": "idea.generated",
"timestamp": "2026-07-15T07:20:00Z",
"account_id": 19598,
"location_id": "279381",
"scope": "local",
"data": {
"idea_id": "idea-90211",
"source": "scheduled",
"idea_summary": {
"title": "Weekend special",
"content_excerpt": "Try our new seasonal latte...",
"image_url": "https://cdn.example.com/i/90211.jpg"
},
"generation_batch_id": "batch-9"
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "idea.generated",
"timestamp": "2026-07-15T07:20:00Z",
"account_id": 19598,
"location_id": "279381",
"scope": "local",
"data": {
"idea_id": "idea-90211",
"source": "scheduled",
"idea_summary": {
"title": "Weekend special",
"content_excerpt": "Try our new seasonal latte...",
"image_url": "https://cdn.example.com/i/90211.jpg"
},
"generation_batch_id": "batch-9"
}
}'{}