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

[
    {
        "id": 6,
        "title": "Data Analysis"
    },
    {
        "id": 7,
        "title": "Machine Learning"
    },
    {
        "id": 8,
        "title": "Software Development"
    },
    {
        "id": 9,
        "title": "Cloud Computing"
    },
    {
        "id": 10,
        "title": "Cybersecurity"
    },
    {
        "id": 11,
        "title": "Technical Writing"
    },
    {
        "id": 12,
        "title": "Mathematical Modeling"
    },
    {
        "id": 13,
        "title": "Physics Simulations"
    },
    {
        "id": 14,
        "title": "Embedded Systems"
    },
    {
        "id": 15,
        "title": "UX/UI Design"
    }
]