[
  {
    "id": "CAND-001",
    "name": "John Smith",
    "role": "App Developer",
    "experience": "5 years",
    "status": "Interview",
    "appliedDate": "2026-04-10",
    "email": "john.smith@example.com"
  },
  {
    "id": "CAND-002",
    "name": "Sarah Johnson",
    "role": "App Developer",
    "experience": "3 years",
    "status": "Applied",
    "appliedDate": "2026-04-12",
    "email": "sarah.j@example.com"
  },
  {
    "id": "CAND-003",
    "name": "Michael Brown",
    "role": "App Developer",
    "experience": "8 years",
    "status": "Hired",
    "appliedDate": "2026-04-05",
    "email": "m.brown@tech.com"
  }
]
