rankings.sov_snapshot_completed{
"event": "rankings.sov_snapshot_completed",
"timestamp": "2026-07-15T03:15:00Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"keyword_id": "84213",
"engine": "google",
"snapshot_date": "2026-07-15",
"sov": 62.5,
"rank": 3
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "rankings.sov_snapshot_completed",
"timestamp": "2026-07-15T03:15:00Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"keyword_id": "84213",
"engine": "google",
"snapshot_date": "2026-07-15",
"sov": 62.5,
"rank": 3
}
}'{}