{
    "employees": [
        {
            "id": "10",
            "displayName": "Chris Ipsum",
            "firstName": "Chris",
            "lastName": "Ipsum",
            "gender": "Male",
            "jobTitle": "Web Developer",
            "workEmail": "chris@example.com",
            "department": "Operations",
            "location": "CR - Real Cariari"
        },
        {
            "id": "22",
            "displayName": "Phill Morgan",
            "firstName": "Phill",
            "lastName": "Morgan",
            "gender": "Male",
            "jobTitle": "Senior Web Developer",
            "workEmail": "phill@example.com",
            "department": "Operations",
            "location": "CR - Real Cariari"
        },
        {
            "id": "44",
            "displayName": "Karen Morgan",
            "firstName": "Karen",
            "lastName": "Morgan",
            "gender": "Female",
            "jobTitle": "Web Designer",
            "workEmail": "karen@example.com",
            "department": "Operations",
            "location": "CR - Real Cariari"
        },
        {
            "id": "60",
            "displayName": "Lauren Lewis",
            "firstName": "Karen",
            "lastName": "Lewis",
            "gender": "Female",
            "jobTitle": "Backend Developer",
            "workEmail": "karen@example.com",
            "department": "Operations",
            "location": "CR - Real Cariari"
        }
    ]
}