{
"tickets": [
{
"id": 12345,
"subject": "Example Ticket",
"description": "This is an example ticket",
"status": "open",
"priority": "high",
"created_at": "2022-01-01T12:00:00+00:00",
"updated_at": "2022-01-01T12:00:00+00:00",
"requester": {
"id": 67890,
"name": "John Doe",
"email": "johndoe@example.com",
"phone": "123-456-7890"
},
"assignee": {
"id": 54321,
"name": "Jane Smith",
"email": "janesmith@example.com"
},
"tags": [
"tag1",
"tag2"
],
...
},
...
]
}