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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "title": "Professional uchun"
        },
        {
            "id": 2,
            "title": "Mutaxassislar uchun"
        },
        {
            "id": 3,
            "title": "Yangi boshlanuvchilar uchun"
        }
    ]
}