<script>
fetch("https://webhook-noel.onrender.com/webhook", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    name: "Lisa Larsson",
    booking_id: "ABC123",
    qr: "https://noelabrahamsson.com/q/ABC123"
  })
});
</script>