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

[
    {
        "id": 13,
        "title": "Backend Developer"
    },
    {
        "id": 7,
        "title": "Data Scientist"
    },
    {
        "id": 12,
        "title": "Frontend Developer"
    },
    {
        "id": 5,
        "title": "Lead Developer"
    },
    {
        "id": 4,
        "title": "Project Manager"
    },
    {
        "id": 10,
        "title": "Quality Assurance"
    },
    {
        "id": 8,
        "title": "Researcher"
    },
    {
        "id": 11,
        "title": "System Architect"
    },
    {
        "id": 9,
        "title": "Technical Writer"
    },
    {
        "id": 6,
        "title": "UI/UX Designer"
    }
]