curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "webhook:finder_lookup.completed",
"timestamp": "2025-06-03T14:35:00.000Z",
"data": {
"job_id": "665b12cf3e4c9200138eaf10",
"result_id": "emily.zhang@figma.com",
"result": {
"email": "emily.zhang@figma.com",
"result": "found",
"confidence": "high",
"is_catch_all": false,
"domain": "figma.com",
"provider": "GOOGLE",
"message": "Email found with high confidence"
}
}
}'