diff --git a/2026/webhook/README.md b/2026/webhook/README.md index 509b1584..a070eb42 100644 --- a/2026/webhook/README.md +++ b/2026/webhook/README.md @@ -14,9 +14,11 @@ uvicorn webhook_receiver:app --reload --port 8001 Create a short link +``` curl -X POST http://localhost:8000/links \ -H "Content-Type: application/json" \ -d '{"target_url": "https://www.arjancodes.com"}' +``` ### Webhook