GET /student_schedule/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "email": "nlhardy@umass.edu",
        "monday": "10:00-11:00 13:00-14:00",
        "tuesday": "9:00-10:00",
        "wednesday": "12:00-13:00",
        "thursday": "11:00-12:00 12:00-13:00 13:00-14:00",
        "friday": "null",
        "saturday": "null",
        "sunday": "null"
    }
]