[
  {
    "id": "michael-scott",
    "name": "Michael Scott",
    "gender": "male",
    "age": 46,
    "headshot": "https://the-office-api.pages.dev/headshots/michael-scott.png"
  },
  {
    "id": "jim-halpert",
    "name": "Jim Halpert",
    "gender": "male",
    "age": 30,
    "headshot": "https://the-office-api.pages.dev/headshots/jim-halpert.png"
  },
  {
    "id": "pam-beesly",
    "name": "Pam Beesly",
    "gender": "female",
    "age": 29,
    "headshot": "https://the-office-api.pages.dev/headshots/pam-beesly.png"
  },
  {
    "id": "dwight-schrute",
    "name": "Dwight Schrute",
    "gender": "male",
    "age": 38,
    "headshot": "https://the-office-api.pages.dev/headshots/dwight-schrute.png"
  },
  {
    "id": "andy-bernard",
    "name": "Andy Bernard",
    "gender": "male",
    "age": 35,
    "headshot": "https://the-office-api.pages.dev/headshots/andy-bernard.png"
  },
  {
    "id": "angela-martin",
    "name": "Angela Martin",
    "gender": "female",
    "age": 34,
    "headshot": "https://the-office-api.pages.dev/headshots/angela-martin.png"
  },
  {
    "id": "kevin-malone",
    "name": "Kevin Malone",
    "gender": "male",
    "age": 40,
    "headshot": "https://the-office-api.pages.dev/headshots/kevin-malone.png"
  },
  {
    "id": "oscar-martinez",
    "name": "Oscar Martinez",
    "gender": "male",
    "age": 38,
    "headshot": "https://the-office-api.pages.dev/headshots/oscar-martinez.png"
  },
  {
    "id": "stanley-hudson",
    "name": "Stanley Hudson",
    "gender": "male",
    "age": 57,
    "headshot": "https://the-office-api.pages.dev/headshots/stanley-hudson.png"
  },
  {
    "id": "phyllis-vance",
    "name": "Phyllis Vance",
    "gender": "female",
    "age": 55,
    "headshot": "https://the-office-api.pages.dev/headshots/phyllis-vance.png"
  },
  {
    "id": "meredith-palmer",
    "name": "Meredith Palmer",
    "gender": "female",
    "age": 45,
    "headshot": "https://the-office-api.pages.dev/headshots/meredith-palmer.png"
  },
  {
    "id": "creed-bratton",
    "name": "Creed Bratton",
    "gender": "male",
    "age": 65,
    "headshot": "https://the-office-api.pages.dev/headshots/creed-bratton.png"
  },
  {
    "id": "kelly-kapoor",
    "name": "Kelly Kapoor",
    "gender": "female",
    "age": 28,
    "headshot": "https://the-office-api.pages.dev/headshots/kelly-kapoor.png"
  },
  {
    "id": "ryan-howard",
    "name": "Ryan Howard",
    "gender": "male",
    "age": 27,
    "headshot": "https://the-office-api.pages.dev/headshots/ryan-howard.png"
  },
  {
    "id": "toby-flenderson",
    "name": "Toby Flenderson",
    "gender": "male",
    "age": 42,
    "headshot": "https://the-office-api.pages.dev/headshots/toby-flenderson.png"
  },
  {
    "id": "darryl-philbin",
    "name": "Darryl Philbin",
    "gender": "male",
    "age": 36,
    "headshot": "https://the-office-api.pages.dev/headshots/darryl-philbin.png"
  },
  {
    "id": "erin-hannon",
    "name": "Erin Hannon",
    "gender": "female",
    "age": 24,
    "headshot": "https://the-office-api.pages.dev/headshots/erin-hannon.png"
  },
  {
    "id": "david-wallace",
    "name": "David Wallace",
    "gender": "male",
    "age": 50,
    "headshot": "https://the-office-api.pages.dev/headshots/david-wallace.png"
  },
  {
    "id": "robert-california",
    "name": "Robert California",
    "gender": "male",
    "age": 55,
    "headshot": "https://the-office-api.pages.dev/headshots/robert-california.png"
  }
]