[
  {
    "createdDate": 10,
    "expirationDate": 5,
    "numberOfApiCalls": 6,
    "phpSessionId": "string",
    "token": "string",
    "userId": 10
  },
  {
    "createdDate": 9,
    "expirationDate": 6,
    "numberOfApiCalls": 10,
    "phpSessionId": "string",
    "token": "string",
    "userId": 9
  },
  {
    "createdDate": 1,
    "expirationDate": 1,
    "numberOfApiCalls": 8,
    "phpSessionId": "string",
    "token": "string",
    "userId": 8
  }
]