{
    "users": [
        {
            "id": "admin_1",
            "name": "Super Admin",
            "dept": "Administration",
            "email": "admin@gmail.com",
            "password": "12345",
            "role": "admin",
            "reset_token": null,
            "reset_expires": null
        }
    ],
    "subjects": [
        {
            "id": "sub_1",
            "code": "CSE-301",
            "name": "Data Structures"
        },
        {
            "id": "sub_2",
            "code": "CSE-302",
            "name": "Algorithms"
        },
        {
            "id": "sub_3",
            "code": "EEE-201",
            "name": "Circuit Theory"
        }
    ],
    "students": [
        {
            "id": "24103001",
            "name": "Rahim Uddin",
            "program": "UG",
            "batch": "24th"
        },
        {
            "id": "24103002",
            "name": "Karim Hossain",
            "program": "UG",
            "batch": "24th"
        },
        {
            "id": "24103003",
            "name": "Nasrin Akter",
            "program": "UG",
            "batch": "24th"
        },
        {
            "id": "23103031",
            "name": "Farida Begum",
            "program": "UG",
            "batch": "23rd"
        },
        {
            "id": "23103039",
            "name": "Sabbir Ahmed",
            "program": "UG",
            "batch": "23rd"
        },
        {
            "id": "23103012",
            "name": "Mitu Rahman",
            "program": "DH",
            "batch": "23rd"
        },
        {
            "id": "22103015",
            "name": "Jahangir Alam",
            "program": "DH",
            "batch": "22nd"
        }
    ],
    "attendance": []
}