{
    "status_code": 200,
    "status": true,
    "data": {
        "class_list": [
            {
                "class_id": 1,
                "title": "First",
                "short_name": "1st",
                "slug": "1st",
                "thumbnail": "I"
            },
            {
                "class_id": 2,
                "title": "Second",
                "short_name": "2nd",
                "slug": "2nd",
                "thumbnail": "II"
            },
            {
                "class_id": 3,
                "title": "Third",
                "short_name": "3rd",
                "slug": "3rd",
                "thumbnail": "III"
            },
            {
                "class_id": 4,
                "title": "Fourth",
                "short_name": "4th",
                "slug": "4th",
                "thumbnail": "IV"
            },
            {
                "class_id": 5,
                "title": "Fifth",
                "short_name": "5th",
                "slug": "5th",
                "thumbnail": "V"
            },
            {
                "class_id": 6,
                "title": "Sixth",
                "short_name": "6th",
                "slug": "6th",
                "thumbnail": "VI"
            },
            {
                "class_id": 7,
                "title": "Seventh",
                "short_name": "7th",
                "slug": "7th",
                "thumbnail": "VII"
            },
            {
                "class_id": 8,
                "title": "Eighth",
                "short_name": "8th",
                "slug": "8th",
                "thumbnail": "VIII"
            },
            {
                "class_id": 9,
                "title": "Ninth",
                "short_name": "9th",
                "slug": "9th",
                "thumbnail": "IX"
            },
            {
                "class_id": 10,
                "title": "Tenth",
                "short_name": "10th",
                "slug": "10th",
                "thumbnail": "X"
            },
            {
                "class_id": 11,
                "title": "Eleventh",
                "short_name": "11th",
                "slug": "11th",
                "thumbnail": "XI"
            },
            {
                "class_id": 12,
                "title": "Twelfth",
                "short_name": "12th",
                "slug": "12th",
                "thumbnail": "XII"
            }
        ],
        "language_list": [
            {
                "locale_id": 1,
                "title": "Hindi",
                "short_name": "Hin",
                "thumbnail": "HI",
                "slug": "hi"
            },
            {
                "locale_id": 2,
                "title": "English",
                "short_name": "Eng",
                "thumbnail": "EN",
                "slug": "en"
            },
            {
                "locale_id": 3,
                "title": "Marathi",
                "short_name": "Mar",
                "thumbnail": "Mr",
                "slug": "mr"
            }
        ],
        "stream_list": [
            {
                "stream_id": 1,
                "title": "Arts",
                "short_name": "Arts",
                "thumbnail": "ART",
                "slug": "arts"
            },
            {
                "stream_id": 2,
                "title": "Commerce",
                "short_name": "Comm",
                "thumbnail": "COMM",
                "slug": "commerce"
            },
            {
                "stream_id": 3,
                "title": "Science",
                "short_name": "Sic",
                "thumbnail": "SCI",
                "slug": "science"
            }
        ],
        "books": [],
        "solutions": [],
        "playlist": []
    }
}