{
  "payload": {
    "headers": {
      "accept": "*/*",
      "Content-Type": "application/json; charset=UTF-8",
      "User-Agent": "TwilioProxy/1.1",
      "Host": "hooks.example.com"
    },
    "body": {},
    "rawBody": {
      "data": {
        "type": "Buffer",
        "data": [
          69,
          120,
          97,
          109,
          112,
          108,
          101
        ]
      }
    },
    "queryParameters": null,
    "webhookUrls": {
      "Flow 1": "https://hooks.example.com/trigger/EXAMPLEG"
    },
    "webhookApiKeys": {
      "Flow 1": [
        "abc-123"
      ]
    },
    "customer": {
      "id": "customer-example-id",
      "externalId": "customer-example-external-id",
      "name": "John Doe"
    },
    "pathFragment": "",
    "invokeUrl": "",
    "executionId": "",
    "startedAt": "",
    "globalDebug": false
  }
}