{
  "data": {
    "meta": {
      "has_more": true,
      "after_cursor": "eyJvIjoibmljZV9pZCIsInYiOiJhUUFBQUFBQWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhIn0=",
      "before_cursor": "eyJvIjoibmljZV9pZCIsInYiOiJiUUFBQUFBQWJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiIn0="
    },
    "links": {
      "next": "https://example.zendesk.com/api/v2/tickets.json?page[size]=100&page[after]=eyJvIjoibmljZV9pZCIsInYiOiJhUUFBQUFBQWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhIn0=",
      "prev": "https://example.zendesk.com/api/v2/tickets.json?page[size]=100&page[before]=eyJvIjoibmljZV9pZCIsInYiOiJiUUFBQUFBQWJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiIn0="
    },
    "results": [
      {
        "id": 35467,
        "title": "How do I open the safe",
        "details": "I need to access the safe in the lobby.",
        "author_id": 888887,
        "topic_id": 10,
        "pinned": false,
        "featured": false,
        "closed": false,
        "status": "none",
        "created_at": "2024-04-17T17:18:10Z",
        "updated_at": "2024-04-17T17:18:10Z",
        "url": "https://example.zendesk.com/api/v2/community/posts/35467.json",
        "html_url": "https://example.zendesk.com/hc/en-us/community/posts/35467",
        "vote_sum": 4,
        "vote_count": 5,
        "comment_count": 2,
        "follower_count": 3
      }
    ],
    "count": 1
  }
}