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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 4,
            "name": "python",
            "start_date": "2018-01-15"
        },
        {
            "id": 2,
            "name": "Django",
            "start_date": "2018-01-15"
        },
        {
            "id": 3,
            "name": "javascript",
            "start_date": "2019-09-15"
        },
        {
            "id": 1,
            "name": "AWS",
            "start_date": "2019-09-15"
        },
        {
            "id": 5,
            "name": "FastAPI",
            "start_date": "2021-04-15"
        },
        {
            "id": 6,
            "name": "React",
            "start_date": "2021-04-15"
        }
    ]
}