{
  "data": {
    "account": {
      "users": {
        "total": 1,
        "page": 1,
        "limit": 25,
        "hasNextPage": false,
        "items": [
          {
            "id": "eyJpZGVudGlmaWVyIjo2NjIyODcsInR5cGUiOiJ1c2VyIn0=",
            "email": "example@company.com",
            "name": "Jane Anderson",
            "avatar": null
          }
        ]
      }
    }
  }
}