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_result.completed",
"timestamp": "2025-06-03T14:35:00.000Z",
"data": {
"job_id": "665d2f8b9c5b2a0015d0bc10",
"result_id": "emily.zhang@figma.com",
"type": "success",
"result": {
"displayName": "Emily Zhang",
"firstName": "Emily",
"lastName": "Zhang",
"headline": "Staff Product Designer at Figma",
"companyName": "Figma",
"location": "San Francisco, California",
"profileUrl": "https://www.example.com/in/emilyzhang"
},
"message": "Person found"
}
}'