{
  "tickets": [
    {
      "id": "123456",
      "subject": "Support Request",
      "status": "open",
      "priority": "high",
      "created_at": 1634567890000,
      "updated_at": 1634567891000,
      "assignee": {
        "id": "789012",
        "name": "John Doe",
        "email": "johndoe@example.com"
      },
      "requester": {
        "id": "345678",
        "name": "Jane Smith",
        "email": "janesmith@example.com"
      },
      "tags": [
        "support",
        "urgent"
      ],
      ...
    },
    ...
  ]
}