{
  "data": [
    {
      "accountName": "Example Inc.",
      "accountNumber": "124353",
      "parentAccountNumber": "54321",
      "accountIbxs": [
        "IBX1",
        "IBX2",
        "IBX3",
        "IBX4"
      ]
    }
  ],
  "page": {
    "total": 1200,
    "limit": 20,
    "offset": 0
  },
  "_links": {
    "prev": {
      "href": "/accounts?limit=10&offset=50"
    },
    "self": {
      "href": "/accounts?limit=10&offset=40"
    },
    "next": {
      "href": "/accounts?limit=10&offset=30"
    }
  }
}