cURL
curl --request POST \ --url https://api.example.com/api/webhooks/elevenlabs
POST endpoint for /webhooks/elevenlabs
unknown
curl -X POST https://your-domain.com/api/webhooks/elevenlabs \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_TOKEN"