ماسك Webhook
أنشئ حمولات اختبار وأوامر cURL لاختبار webhooks
خدمات اختبار Webhook المجانية
curl -X POST "https://webhook.site/YOUR-UUID-HERE" \
-H "Content-Type: application/json" \
-H "X-Session-ID: " \
-d '{ "event": "test.webhook", "timestamp": "2026-06-04T22:40:46.307Z", "data": { "id": "12345", "message": "Hello from any-tools.net!", "status": "success" } }'