curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "webhook:company_follower_completion.completed",
"batchId": "665a1f4e2c3b7800129dce01",
"timestamp": "2025-06-03T14:40:00.000Z",
"data": {
"companyUrl": "https://linkedin.com/company/stripe",
"followerCount": 342,
"processingTimeMs": 45230
}
}'