GET /api/education/
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "institution": "University of Maryland College Park",
            "degree": "Masters",
            "major": "Software Engineering",
            "start_date": "2017-01-15",
            "end_date": "2019-05-15"
        },
        {
            "id": 1,
            "institution": "University of Maryland College Park",
            "degree": "Bachelors",
            "major": "Aerospace Engineering",
            "start_date": "2012-08-15",
            "end_date": "2016-05-15"
        }
    ]
}