[
  {
    "id": 1,
    "name": "John Smith",
    "email": "john.smith@company.com",
    "department": "Engineering",
    "position": "Senior Developer",
    "salary": 85000,
    "start_date": "2020-03-15",
    "status": "Active"
  },
  {
    "id": 2,
    "name": "Sarah Johnson",
    "email": "sarah.johnson@company.com",
    "department": "Marketing",
    "position": "Marketing Manager",
    "salary": 75000,
    "start_date": "2019-07-22",
    "status": "Active"
  },
  {
    "id": 3,
    "name": "Michael Brown",
    "email": "michael.brown@company.com",
    "department": "Sales",
    "position": "Sales Representative",
    "salary": 65000,
    "start_date": "2021-01-10",
    "status": "Active"
  },
  {
    "id": 4,
    "name": "Emily Davis",
    "email": "emily.davis@company.com",
    "department": "HR",
    "position": "HR Specialist",
    "salary": 60000,
    "start_date": "2018-11-05",
    "status": "Active"
  },
  {
    "id": 5,
    "name": "David Wilson",
    "email": "david.wilson@company.com",
    "department": "Engineering",
    "position": "DevOps Engineer",
    "salary": 90000,
    "start_date": "2017-09-18",
    "status": "Active"
  },
  {
    "id": 6,
    "name": "Lisa Anderson",
    "email": "lisa.anderson@company.com",
    "department": "Finance",
    "position": "Financial Analyst",
    "salary": 70000,
    "start_date": "2020-06-30",
    "status": "Active"
  },
  {
    "id": 7,
    "name": "Robert Taylor",
    "email": "robert.taylor@company.com",
    "department": "Engineering",
    "position": "Frontend Developer",
    "salary": 80000,
    "start_date": "2021-08-12",
    "status": "Active"
  },
  {
    "id": 8,
    "name": "Jennifer Lee",
    "email": "jennifer.lee@company.com",
    "department": "Marketing",
    "position": "Content Strategist",
    "salary": 68000,
    "start_date": "2019-04-25",
    "status": "Active"
  },
  {
    "id": 9,
    "name": "Christopher Martin",
    "email": "christopher.martin@company.com",
    "department": "Sales",
    "position": "Account Executive",
    "salary": 72000,
    "start_date": "2020-11-08",
    "status": "Active"
  },
  {
    "id": 10,
    "name": "Amanda White",
    "email": "amanda.white@company.com",
    "department": "Engineering",
    "position": "Backend Developer",
    "salary": 82000,
    "start_date": "2018-12-03",
    "status": "Active"
  },
  {
    "id": 11,
    "name": "Daniel Clark",
    "email": "daniel.clark@company.com",
    "department": "IT",
    "position": "Systems Administrator",
    "salary": 75000,
    "start_date": "2017-05-20",
    "status": "Active"
  },
  {
    "id": 12,
    "name": "Michelle Harris",
    "email": "michelle.harris@company.com",
    "department": "HR",
    "position": "Recruitment Manager",
    "salary": 78000,
    "start_date": "2019-02-14",
    "status": "Active"
  },
  {
    "id": 13,
    "name": "Kevin Rodriguez",
    "email": "kevin.rodriguez@company.com",
    "department": "Finance",
    "position": "Senior Accountant",
    "salary": 85000,
    "start_date": "2016-08-09",
    "status": "Active"
  },
  {
    "id": 14,
    "name": "Stephanie King",
    "email": "stephanie.king@company.com",
    "department": "Marketing",
    "position": "Digital Marketing Specialist",
    "salary": 67000,
    "start_date": "2021-03-17",
    "status": "Active"
  },
  {
    "id": 15,
    "name": "Thomas Scott",
    "email": "thomas.scott@company.com",
    "department": "Engineering",
    "position": "Full Stack Developer",
    "salary": 88000,
    "start_date": "2020-09-05",
    "status": "Active"
  },
  {
    "id": 16,
    "name": "Nicole Green",
    "email": "nicole.green@company.com",
    "department": "Sales",
    "position": "Sales Manager",
    "salary": 95000,
    "start_date": "2015-12-01",
    "status": "Active"
  },
  {
    "id": 17,
    "name": "James Baker",
    "email": "james.baker@company.com",
    "department": "IT",
    "position": "Network Engineer",
    "salary": 82000,
    "start_date": "2018-07-19",
    "status": "Active"
  },
  {
    "id": 18,
    "name": "Rachel Adams",
    "email": "rachel.adams@company.com",
    "department": "Finance",
    "position": "Budget Analyst",
    "salary": 73000,
    "start_date": "2021-05-22",
    "status": "Active"
  },
  {
    "id": 19,
    "name": "Matthew Nelson",
    "email": "matthew.nelson@company.com",
    "department": "Engineering",
    "position": "QA Engineer",
    "salary": 70000,
    "start_date": "2019-10-11",
    "status": "Active"
  },
  {
    "id": 20,
    "name": "Jessica Carter",
    "email": "jessica.carter@company.com",
    "department": "HR",
    "position": "Training Coordinator",
    "salary": 58000,
    "start_date": "2022-01-15",
    "status": "Active"
  }
]