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

[
    {
        "id": 1,
        "name": "Normal Counselling or therapy booking"
    },
    {
        "id": 2,
        "name": "Initial Consultation"
    },
    {
        "id": 3,
        "name": "Free Consultation"
    },
    {
        "id": 4,
        "name": "Assessments"
    }
]