idea_image.generation_job_completed{
"event": "idea_image.generation_job_completed",
"timestamp": "2026-07-15T07:10:00Z",
"account_id": 19598,
"location_id": null,
"scope": "social",
"data": {
"idea_id": "idea-90211",
"image_url": "https://cdn.example.com/i/90211.jpg",
"flux_job_id": "flux-3321",
"social_profile_id": "c81d4e2e-.."
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "idea_image.generation_job_completed",
"timestamp": "2026-07-15T07:10:00Z",
"account_id": 19598,
"location_id": null,
"scope": "social",
"data": {
"idea_id": "idea-90211",
"image_url": "https://cdn.example.com/i/90211.jpg",
"flux_job_id": "flux-3321",
"social_profile_id": "c81d4e2e-.."
}
}'{}