Ticket order created Webhook

This webhook is triggered when an order is created. The following data will be sent:

{
  "id": "64e74fd5a18b921ca869d677",
  "created_at": "2023-08-24T14:40:52",
  "updated_at": "2023-08-24T14:40:52",
  "order_number": "1000113",
  "status": "completed",
  "currency": "CHF",
  "language": "de",
  "location": "web",
  "discount_in_cents": 0,
  "grand_total_in_cents": 5800,
  "customer": {
    "id": "8e3d843d-55bc-4abc-ad61-bcb680d1edec",
    "title": "Mr",
    "first_name": "Christoph",
    "last_name": "Lehner",
    "company": "Idea Creation GmbH",
    "street": "Walchestrasse 15",
    "zip": "8006",
    "city": "Zürich",
    "country": "CH",
    "email": "[email protected]",
    "accepts_marketing": false,
    "double_opt_in_confirmed_at": null,
    "phone": "044 500 54 00"
  },
  "order_lines": [
    {
      "product_id": "64e3123d973b860988f48816",
      "name": "Magischer Brunch",
      "starts_at": "2030-12-31T10:00:00",
      "ticket_type_id": "83a85511-685f-4850-bb28-34c37ff70734",
      "ticket_type_name": "Erwachsene",
      "unit_price_in_cents": 3700,
      "quantity": 1,
      "total_price_in_cents": 3700,
      "tags": [],
      "total_count_people": 2,
      "tickets": [
        {
          "number": "4833865472644676390",
          "count_people": 1
        },
        {
          "number": "4903266260899708461",
          "count_people": 1
        }
      ]
    },
    {
      "product_id": "64e3123d973b860988f48816",
      "name": "Magischer Brunch",
      "starts_at": "2030-12-31T10:00:00",
      "ticket_type_id": "4683e517-affc-4da0-9de1-b0b22cf779a0",
      "ticket_type_name": "Kinder bis und mit 15 Jahre",
      "unit_price_in_cents": 2100,
      "quantity": 1,
      "total_price_in_cents": 2100,
      "tags": [],
      "tickets": [
        {
          "number": "5087501850778996433",
          "count_people": 1
        },
        {
          "number": "58994942800840096957",
          "count_people": 1
        }
      ]
    }
  ],
  "payments": [
    {
      "payment_id": "63206fa6973b861ff8e05230",
      "name": "VISA",
      "amount_in_cents": 5800,
      "is_complimentary": false
    }
  ],
  "tags": [],
  "note": "Bemerkung aus dem Onlineshop"
}