[
    {
        "teacher_id": 1,
        "first_name": "John",
        "last_name": "Doe",
        "code": "JD001",
        "slug": "john-doe-jd001",
        "email": "john.doe@example.com",
        "phone": "123-456-7890",
        "department": "Computer Science and Engineering",
        "hire_date": "2020-08-15",
        "status": "Active"
    },
    {
        "teacher_id": 2,
        "first_name": "Jane",
        "last_name": "Smith",
        "code": "JS002",
        "slug": "jane-smith-js002",
        "email": "jane.smith@example.com",
        "phone": "987-654-3210",
        "department": "Civil Engineering",
        "hire_date": "2021-09-01",
        "status": "Active"
    },
    {
        "teacher_id": 3,
        "first_name": "Michael",
        "last_name": "Brown",
        "code": "MB003",
        "slug": "michael-brown-mb003",
        "email": "michael.brown@example.com",
        "phone": "555-123-4567",
        "department": "Computer Science and Engineering",
        "hire_date": "2019-07-01",
        "status": "Active"
    },
    {
        "teacher_id": 4,
        "first_name": "Emily",
        "last_name": "Davis",
        "code": "ED004",
        "slug": "emily-davis-ed004",
        "email": "emily.davis@example.com",
        "phone": "444-987-6543",
        "department": "Electrical and Electronics Engineering",
        "hire_date": "2018-06-10",
        "status": "Active"
    },
    {
        "teacher_id": 5,
        "first_name": "William",
        "last_name": "Wilson",
        "code": "WW005",
        "slug": "william-wilson-ww005",
        "email": "william.wilson@example.com",
        "phone": "321-654-9876",
        "department": "Department of Business Administration",
        "hire_date": "2022-01-15",
        "status": "Active"
    },
    {
        "teacher_id": 6,
        "first_name": "Sarah",
        "last_name": "Johnson",
        "code": "SJ006",
        "slug": "sarah-johnson-sj006",
        "email": "sarah.johnson@example.com",
        "phone": "789-123-4567",
        "department": "Civil Engineering",
        "hire_date": "2020-03-20",
        "status": "Active"
    },
    {
        "teacher_id": 7,
        "first_name": "David",
        "last_name": "Lee",
        "code": "DL007",
        "slug": "david-lee-dl007",
        "email": "david.lee@example.com",
        "phone": "654-321-9876",
        "department": "Computer Science and Engineering",
        "hire_date": "2017-08-25",
        "status": "Active"
    },
    {
        "teacher_id": 8,
        "first_name": "Laura",
        "last_name": "Martinez",
        "code": "LM008",
        "slug": "laura-martinez-lm008",
        "email": "laura.martinez@example.com",
        "phone": "456-789-1234",
        "department": "Electrical and Electronics Engineering",
        "hire_date": "2021-11-10",
        "status": "Active"
    },
    {
        "teacher_id": 9,
        "first_name": "James",
        "last_name": "Taylor",
        "code": "JT009",
        "slug": "james-taylor-jt009",
        "email": "james.taylor@example.com",
        "phone": "987-456-3210",
        "department": "Department of Business Administration",
        "hire_date": "2019-09-05",
        "status": "Active"
    },
    {
        "teacher_id": 10,
        "first_name": "Olivia",
        "last_name": "Anderson",
        "code": "OA010",
        "slug": "olivia-anderson-oa010",
        "email": "olivia.anderson@example.com",
        "phone": "123-789-4567",
        "department": "Civil Engineering",
        "hire_date": "2018-02-15",
        "status": "Active"
    },
    {
        "teacher_id": 11,
        "first_name": "Robert",
        "last_name": "Thomas",
        "code": "RT011",
        "slug": "robert-thomas-rt011",
        "email": "robert.thomas@example.com",
        "phone": "321-987-6543",
        "department": "Computer Science and Engineering",
        "hire_date": "2022-05-01",
        "status": "Active"
    },
    {
        "teacher_id": 12,
        "first_name": "Sophia",
        "last_name": "Garcia",
        "code": "SG012",
        "slug": "sophia-garcia-sg012",
        "email": "sophia.garcia@example.com",
        "phone": "789-456-1234",
        "department": "Electrical and Electronics Engineering",
        "hire_date": "2020-10-20",
        "status": "Active"
    },
    {
        "teacher_id": 13,
        "first_name": "Daniel",
        "last_name": "Rodriguez",
        "code": "DR013",
        "slug": "daniel-rodriguez-dr013",
        "email": "daniel.rodriguez@example.com",
        "phone": "654-123-7890",
        "department": "Department of Business Administration",
        "hire_date": "2017-12-01",
        "status": "Active"
    },
    {
        "teacher_id": 14,
        "first_name": "Emma",
        "last_name": "Martinez",
        "code": "EM014",
        "slug": "emma-martinez-em014",
        "email": "emma.martinez@example.com",
        "phone": "456-321-9876",
        "department": "Civil Engineering",
        "hire_date": "2021-04-10",
        "status": "Active"
    },
    {
        "teacher_id": 15,
        "first_name": "Thomas",
        "last_name": "Hernandez",
        "code": "TH015",
        "slug": "thomas-hernandez-th015",
        "email": "thomas.hernandez@example.com",
        "phone": "123-654-7890",
        "department": "Computer Science and Engineering",
        "hire_date": "2019-01-15",
        "status": "Active"
    }
]