{
  "payload": {
    "headers": {},
    "queryParameters": {},
    "rawBody": {
      "data": "",
      "contentType": "application/json"
    },
    "body": {
      "data": {
        "created": [
          {
            "id": "10500",
            "key": "PROJ-501",
            "self": "https://your-domain.atlassian.net/rest/api/3/issue/10500",
            "fields": {
              "summary": "Fix login button on mobile",
              "status": {
                "name": "To Do",
                "id": "10000"
              },
              "issuetype": {
                "name": "Bug",
                "id": "10004"
              },
              "project": {
                "key": "PROJ",
                "name": "Project Alpha",
                "id": "10000"
              },
              "priority": {
                "name": "High",
                "id": "2"
              },
              "created": "2026-05-20T14:20:00.000+0000",
              "updated": "2026-05-20T14:20:00.000+0000"
            }
          }
        ],
        "updated": [
          {
            "id": "10342",
            "key": "PROJ-342",
            "self": "https://your-domain.atlassian.net/rest/api/3/issue/10342",
            "fields": {
              "summary": "Add OAuth support to API",
              "status": {
                "name": "In Progress",
                "id": "3"
              },
              "issuetype": {
                "name": "Story",
                "id": "10003"
              },
              "project": {
                "key": "PROJ",
                "name": "Project Alpha",
                "id": "10000"
              },
              "priority": {
                "name": "Medium",
                "id": "3"
              },
              "created": "2026-05-12T09:00:00.000+0000",
              "updated": "2026-05-20T13:15:00.000+0000"
            }
          }
        ]
      },
      "contentType": "application/json"
    },
    "pathFragment": "",
    "webhookUrls": {
      "New and Updated Issues": "https://hooks.example.com/trigger/EXAMPLE"
    },
    "webhookApiKeys": {
      "New and Updated Issues": [
        "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"
    }
  },
  "polledNoChanges": false
}