[
  {
    "active": true,
    "department": "Engineering",
    "email": "ada.lovelace@example.com",
    "id": 1001,
    "joined": "2021-03-01",
    "name": "Ada Lovelace",
    "score": 98.5
  },
  {
    "active": true,
    "department": "Research",
    "email": "alan.turing@example.com",
    "id": 1002,
    "joined": "2020-06-15",
    "name": "Alan Turing",
    "score": 95.0
  },
  {
    "active": false,
    "department": "Engineering",
    "email": "grace.hopper@example.com",
    "id": 1003,
    "joined": "2019-11-20",
    "name": "Grace Hopper",
    "score": 91.2
  },
  {
    "active": true,
    "department": "Operations",
    "email": "katherine.johnson@example.com",
    "id": 1004,
    "joined": "2022-01-10",
    "name": "Katherine Johnson",
    "score": 96.8
  },
  {
    "active": false,
    "department": "Research",
    "email": "edsger.dijkstra@example.com",
    "id": 1005,
    "joined": "2018-09-05",
    "name": "Edsger Dijkstra",
    "score": 89.4
  }
]
