{
  "tickets": [
    {
      "description": "this is the description of the ticket. Nothing to crazy because it is a lower priority",
      "last_update": "2016-11-22T22:16:20.022Z",
      "last_update_by": "Tim Sylvester",
      "open": true,
      "opened_on": "2016-11-22T22:16:20.022Z",
      "priority": 0,
      "support_bundle": null,
      "ticket_id": 1,
      "title": "This is a lower priority"
    },
    {
      "description": "this is the description of the ticket. This one is a little more intense, hence the high priority",
      "last_update": "2016-11-21T22:16:20.022Z",
      "last_update_by": "Jacob Schmidt",
      "open": true,
      "opened_on": "2016-11-21T22:16:20.022Z",
      "priority": 1,
      "support_bundle": null,
      "ticket_id": 2,
      "title": "This is a high priority situation"
    },
    {
      "description": "this is the description of the ticket. Eh who cares, this has already been closed.",
      "last_update": "2016-11-20T22:16:20.022Z",
      "last_update_by": "Dwight Reilly",
      "open": false,
      "opened_on": "2016-11-20T22:16:20.022Z",
      "priority": 0,
      "support_bundle": null,
      "ticket_id": 3,
      "title": "This is a lower priority closed ticket"
    }
  ]
}
