curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "webhook:email_completion.completed",
"timestamp": "2025-06-03T14:40:00.000Z",
"data": {
"job_id": "665d2f8b9c5b2a0015d0bc10",
"status": "completed",
"total_items": 3,
"found": 2,
"not_found": 1,
"completed_at": "2025-06-03T14:40:00.000Z"
}
}'