{
  "payload": {
    "headers": {},
    "queryParameters": {},
    "rawBody": {
      "data": "",
      "contentType": "application/json"
    },
    "body": {
      "data": {
        "created": [
          {
            "id": 101,
            "status": "Pending",
            "status_id": 1,
            "date_created": "Thu, 19 May 2026 14:20:00 +0000",
            "date_modified": "Thu, 19 May 2026 14:25:00 +0000",
            "total_inc_tax": "29.99",
            "currency_code": "USD"
          }
        ],
        "updated": [
          {
            "id": 87,
            "status": "Shipped",
            "status_id": 2,
            "date_created": "Mon, 12 May 2026 09:00:00 +0000",
            "date_modified": "Thu, 19 May 2026 13:15:00 +0000",
            "total_inc_tax": "199.50",
            "currency_code": "USD"
          }
        ]
      },
      "contentType": "application/json"
    },
    "pathFragment": "",
    "webhookUrls": {
      "New and Updated Orders": "https://hooks.example.com/trigger/EXAMPLE"
    },
    "webhookApiKeys": {
      "New and Updated Orders": [
        "example-api-key"
      ]
    },
    "invokeUrl": "https://hooks.example.com/trigger/EXAMPLE",
    "executionId": "SW5zdGFuY2VFeGVjdXRpb246MTIzNDU=",
    "customer": {
      "id": "Q3VzdG9tZXI6MTIzNDU=",
      "externalId": "example-customer-external-id",
      "name": "Example Customer"
    },
    "instance": {
      "id": "SW5zdGFuY2U6MTIzNDU=",
      "name": "Example Instance"
    },
    "user": {
      "id": "VXNlcjoxMjM0NQ==",
      "externalId": "example-user-external-id",
      "name": "Example User",
      "email": "user@example.com"
    }
  }
}