# Dashboard

The Dashboard API allows you to  overview the ongoing progress of the project.
 
## Admin Dashboard

```shell
curl -X GET https://vedaay-api.mulika.in/dashboard/admin
-H "Content-Type: application/json" \
-H Authorization: Bearer eyJ0eXAiOiJdKNiJ9.B7Y3J9FWtgjby4P8-LX_Vkeob6CE
```

> Responce:

```json
'{
    "status": "success",
    "code": 200,
    "message": "admin dashboard",
    "data": {
        "counts": [
            "students           = 2",
            "district_franchise = 1",
            "school_franchises  = 0",
            "unit_franchises    = 2",
            "leads              = 1",
            "invoices           = 115"
        ],
        "students": [
            {
                "user_id": "379",
                "user_name": "pixela",
                "first_name": "sanja",
                "middle_name": "spiro",
                "last_name": "goldy",
                "email": "pixel@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$sqNgCUQ0udUrYXo3mqzSzuLocWQa27tvxPv3ojvpZfQuB6BKeKr/.",
                "role_id": "4",
                "parent_id": "153",
                "profile_img": "56",
                "status": "active",
                "created_by": "377",
                "scope": "/330/107/377",
                "created_at": "2026-02-19 13:15:51",
                "updated_at": "2026-03-23 17:22:33"
            }, 
            {
                "user_id": "698",
                "user_name": "STD-107-00006",
                "first_name": "sonali",
                "middle_name": "sam",
                "last_name": "sole",
                "email": "sona@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$hl1cMNOSMI.rSyFXjRweReP.b0XJFtWQ1vZUczpVT3uh/mdEeIa5.",
                "role_id": "4",
                "parent_id": "107",
                "profile_img": "70",
                "status": "active",
                "created_by": "107",
                "scope": "/330/107",
                "created_at": "2026-06-16 17:22:35",
                "updated_at": "2026-06-16 17:22:35"
            }
        ],
        "district_franchises": [
            {
                "user_id": "151",
                "user_name": "sujitbhalekar ",
                "first_name": "shalayar",
                "middle_name": "home",
                "last_name": "home",
                "email": "sujit24@gmail.com",
                "mobile": "7845962145",
                "password": "$2y$12$/77QhWspA/U2.xf.GN81KuQc6av78DDMGnzIlcQZAlNER/ViOlG6i",
                "role_id": "5",
                "parent_id": "107",
                "profile_img": "55",
                "status": "inactive",
                "created_by": "107",
                "scope": "/330/107",
                "created_at": "2026-01-29 17:03:11",
                "updated_at": "2026-03-05 12:19:18"
            }  
        ],
        "school_franchises": [{
                "user_id": "181",
                "user_name": "adbdfgh",
                "first_name": "shayar",
                "middle_name": "home",
                "last_name": "home",
                "email": "shayar@gmail.com",
                "mobile": "7845962145",
                "password": "$2y$12$/77QhWspA/U2.xf.GN81KuQc6av78DDMGnzIlcQZAlNER/ViOlG6i",
                "role_id": "6",
                "parent_id": "107",
                "profile_img": "55",
                "status": "inactive",
                "created_by": "107",
                "scope": "/330/107",
                "created_at": "2026-01-29 17:03:11",
                "updated_at": "2026-03-05 12:19:18"
            }  ],
        "unit_franchises": [
            {
                "user_id": "366",
                "user_name": "brownstone",
                "first_name": "brown",
                "middle_name": "brown",
                "last_name": "brown",
                "email": "brownstone@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$MirjSpMNm3AuAYM7hz4Ej.JrvQmZWFI1ANWXuB9i.afTRVNQmYN.e",
                "role_id": "7",
                "parent_id": "151",
                "profile_img": "55",
                "status": "inactive",
                "created_by": "151",
                "scope": "/330/107/151",
                "created_at": "2026-02-18 15:44:12",
                "updated_at": "2026-02-26 10:21:18"
            }, 
            {
                "user_id": "571",
                "user_name": "unwiddtfrechi19",
                "first_name": "backlspav",
                "middle_name": "enter",
                "last_name": "brown",
                "email": "uniwdtfdrechi19@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$iY1JCIbrSMGWGlxGnVnN9u6Zxti1RGNFpFsFgfjg/iYf.VAzowisy",
                "role_id": "7",
                "parent_id": "107",
                "profile_img": "70",
                "status": "active",
                "created_by": "107",
                "scope": "/330/107",
                "created_at": "2026-04-17 18:24:42",
                "updated_at": "2026-04-17 18:24:42"
            }
        ],
        "leads": [
            {
                "lead_id": "46",
                "form_id": "36",
                "form_data": "{\"blood_group\": \"O\", \"player_role\": \"baller\", \"fitness_cert\": \"district champian\", \"sport_category\": \"cricket\", \"emergency_phone\": \"9478564512\"}",
                "created_at": "2026-06-11 11:19:38",
                "user_agent": "PostmanRuntime/7.51.0",
                "lead_ip": "192.168.1.130",
                "os": "Unknown Platform",
                "browser": "",
                "location": "Unknown",
                "lead_status": "new"
            }
        ]
    }
}'
```

<span style="background: #000; color: white; padding: 10px 10px; border-radius: 4px;  width: 100%;display: block;">
<span  style="background: #27cf3d; color: white; padding: 8px 24px; border-radius: 2px; font-weight: bold; ">GET</span> dashboard/admin
</span>

##  District Franchise Dashboard

```shell
curl -X GET https://vedaay-api.mulika.in/dashboard/district_franchise
-H "Content-Type: application/json" \
-H Authorization: Bearer eyJ0eXAiOiJKNiJ9.B7Y3J9FWtgjby4P8-LX_Vkeob6CE
```

> Responce:

```json
 '{
    "status": "success",
    "code": 200,
    "message": "District franchise dashboard",
    "user": 302,
    "data": {
        "counts": [
            "students           = 2",
            "school_franchises  = 3",
            "unit_franchises    = 2",
            "leads              = 3",
            "invoices           = 115"
        ],
        "students": [
            {
                "user_id": "348",
                "user_name": "mohnday",
                "first_name": "apple",
                "middle_name": "yang",
                "last_name": "goldy",
                "email": "monday@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$aPw5y/ABYP/JYKoVjkh9XeKBtIE7kajV3stMtauo7V6ke1CJ8ASVe",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "55",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-02-16 12:15:37",
                "updated_at": "2026-06-09 14:27:16"
            }, 
            {
                "user_id": "690",
                "user_name": "STD-688-00002",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rowtefifv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$DPbqyU2v9oFIxy.SwBErDeJ.uPUxDSPx5SCul6fUKGdKBkb8ZFseO",
                "role_id": "4",
                "parent_id": "688",
                "profile_img": "71",
                "status": "active",
                "created_by": "688",
                "scope": "/330/294/302/688",
                "created_at": "2026-06-15 16:21:07",
                "updated_at": "2026-06-15 16:21:07"
            }
        ],
        "school_franchises": [
            {
                "user_id": "670",
                "user_name": "SH-JH-DHN-302-00002",
                "first_name": "jayraj",
                "middle_name": "enter",
                "last_name": "brown",
                "email": "jayraj@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$1NW2QfWleSP76pNH5njr5OMiS8oA.HJrS/qGgTRAG5wsqLSNcnHEu",
                "role_id": "6",
                "parent_id": "302",
                "profile_img": "73",
                "status": "active",
                "created_by": "663",
                "scope": "/330/294/302",
                "created_at": "2026-06-13 17:55:07",
                "updated_at": "2026-06-13 17:55:07"
            }, 
            {
                "user_id": "682",
                "user_name": "SH-JH-DHN-302-00005",
                "first_name": "jayrajz",
                "middle_name": "rajiv",
                "last_name": "kendre",
                "email": "jaydr1ajs@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$z6mXXzVl.brmJSG6JGDwLedUjq5S5SD3RrztqSe5DWotrsSa.ZXpK",
                "role_id": "6",
                "parent_id": "302",
                "profile_img": "73",
                "status": "active",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-06-15 14:51:56",
                "updated_at": "2026-06-15 14:51:56"
            },
            {
                "user_id": "688",
                "user_name": "SH-MP-ASK-302-00007",
                "first_name": "jayrajz",
                "middle_name": "rajiv",
                "last_name": "kendre",
                "email": "jaydjs@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$v6Iw/omvm/qCjW6ZDMCy4OJmpFDEl1fPpMtNiL9EnzvSoD31.33Vy",
                "role_id": "6",
                "parent_id": "302",
                "profile_img": "73",
                "status": "active",
                "created_by": "687",
                "scope": "/330/294/302",
                "created_at": "2026-06-15 16:13:01",
                "updated_at": "2026-06-15 16:13:01"
            }
        ],
        "unit_franchises": [
            {
                "user_id": "361",
                "user_name": "tiktok",
                "first_name": "supraa",
                "middle_name": "supraa",
                "last_name": "Sharma",
                "email": "tiktok@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$PmWqbgzfgZW7f0TwT/evtuusJmXlrryuU8yUqK9x2mDF0Y94p1NEi",
                "role_id": "7",
                "parent_id": "302",
                "profile_img": "55",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-02-17 17:48:32",
                "updated_at": "2026-02-19 16:32:46"
            }, 
            {
                "user_id": "580",
                "user_name": "unicddsdtfrechi19",
                "first_name": "backlspav",
                "middle_name": "enter",
                "last_name": "brown",
                "email": "unidctfsdrdechi19@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$Dt/kR9DMbcpjl3x8ppd/pOSVtW4LFMl6gIx84kvbbSakvU6bX2RuO",
                "role_id": "7",
                "parent_id": "556",
                "profile_img": "70",
                "status": "active",
                "created_by": "556",
                "scope": "/330/294/302/556",
                "created_at": "2026-04-20 11:58:09",
                "updated_at": "2026-04-20 11:58:09"
            }
        ],
        "leads": [
            {
                "lead_id": "48",
                "form_id": "96",
                "form_data": "{\"name\": \"samir\", \"email\": \"sam@gmail.com\", \"phone\": \"9478564512\", \"message\": \"district champian\"}",
                "created_at": "2026-06-12 11:44:57",
                "user_agent": "PostmanRuntime/7.51.0",
                "lead_ip": "192.168.1.130",
                "os": "Unknown Platform",
                "browser": "",
                "location": "Unknown, Unknown, Unknown",
                "lead_status": "new"
            },
            {
                "lead_id": "47",
                "form_id": "96",
                "form_data": "{\"name\": \"samir\", \"email\": \"sam@gmail.com\", \"phone\": \"9478564512\", \"message\": \"district champian\"}",
                "created_at": "2026-06-10 11:27:24",
                "user_agent": "PostmanRuntime/7.51.0",
                "lead_ip": "192.168.1.130",
                "os": "Unknown Platform",
                "browser": "",
                "location": "Unknown",
                "lead_status": "new"
            },
            {
                "lead_id": "46",
                "form_id": "36",
                "form_data": "{\"blood_group\": \"O\", \"player_role\": \"baller\", \"fitness_cert\": \"district champian\", \"sport_category\": \"cricket\", \"emergency_phone\": \"9478564512\"}",
                "created_at": "2026-06-11 11:19:38",
                "user_agent": "PostmanRuntime/7.51.0",
                "lead_ip": "192.168.1.130",
                "os": "Unknown Platform",
                "browser": "",
                "location": "Unknown",
                "lead_status": "new"
            }
        ]
    }
}'
```

<span style="background: #000; color: white; padding: 10px 10px; border-radius: 4px;  width: 100%;display: block;">
<span  style="background: #27cf3d; color: white; padding: 8px 24px; border-radius: 2px; font-weight: bold; ">GET</span> /dashboard/district_franchise
</span>
 
## Franchise Teacher Dashboard

```shell
curl -X GET https://vedaay-api.mulika.in/dashboard/franchise_teacher
-H "Content-Type: application/json" \
-H Authorization: Bearer eyJ0eXAiOiJdKNiJ9.B7Y3J9FWtgjby4P8-LX_Vkeob6CE
```

> Responce:

```json
'{
    "status": "success",
    "code": 200,
    "message": "Franchise teacher dashboard loaded successfully.",
    "data": {
        "parent_franchise_id": 302,
        "counts": {
            "total_students": 22,
            "active_students": 17,
            "inactive_students": 5,
            "new_student_this_month": 11,
            "leads": 3 
        },
        "active_students": [
            {
                "user_id": "348",
                "user_name": "mohnday",
                "first_name": "apple",
                "middle_name": "yang",
                "last_name": "goldy",
                "email": "monday@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$aPw5y/ABYP/JYKoVjkh9XeKBtIE7kajV3stMtauo7V6ke1CJ8ASVe",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "55",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-06-16 12:15:37",
                "updated_at": "2026-06-18 16:33:29"
            },
            {
                "user_id": "385",
                "user_name": "supraa",
                "first_name": "supraa",
                "middle_name": "supraa",
                "last_name": "Sharma",
                "email": "winerttsusddfprs@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$aJ2UOcqMJ2rU2o7ubTQFp.aqouOJCaqi9s0suTrb59LEbELacc6WS",
                "role_id": "4",
                "parent_id": "151",
                "profile_img": "56",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-06-14 10:28:19",
                "updated_at": "2026-06-18 16:34:01"
            },
            {
                "user_id": "386",
                "user_name": "studentom",
                "first_name": "supraa",
                "middle_name": "supraa",
                "last_name": "Sharma",
                "email": "studentom@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$MSQ/CBRfl7TbcawAuXcVGO9wArIaQehP1aBdjThaBqkFk1G5dkddm",
                "role_id": "4",
                "parent_id": "151",
                "profile_img": "56",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-02-24 10:29:12",
                "updated_at": "2026-04-07 18:05:51"
            },
            {
                "user_id": "387",
                "user_name": "southern",
                "first_name": "supraa",
                "middle_name": "supraa",
                "last_name": "Sharma",
                "email": "southern@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$2I.hOvutTRSmRvH1iVhLp./ZPOlOaDw9xEujQLavQPjZKRdIdDWtC",
                "role_id": "4",
                "parent_id": "151",
                "profile_img": "56",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-02-24 10:42:49",
                "updated_at": "2026-04-07 18:05:51"
            },
            {
                "user_id": "533",
                "user_name": "vishal95",
                "first_name": "vishal",
                "middle_name": "vishal",
                "last_name": "vishalshete",
                "email": "vishal595@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$325hAb5rN1gNACJTmk8MnOPKtX8q3YsBT31gqE/zUL2mwZ8NdI0vy",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "55",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-03-21 16:58:21",
                "updated_at": "2026-03-21 16:58:21"
            },
            {
                "user_id": "535",
                "user_name": "vishal8d7",
                "first_name": "vishal",
                "middle_name": "vishal",
                "last_name": "vishalshete",
                "email": "vishal46d@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$zIe00.MwHIsJe9.RG63Mu.WD8RjWHP9s.O8z9IxenN0w3.bnPweUi",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "55",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-03-21 17:07:35",
                "updated_at": "2026-03-21 17:07:35"
            },
            {
                "user_id": "550",
                "user_name": "vishalss",
                "first_name": "vishal",
                "middle_name": "vishal",
                "last_name": "vishalshete",
                "email": "vishalss@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$YfLZASwDaKhFMoBfMreO2e9PyV0g955y3GYzh.QZxjTXHfFqsuXFa",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "55",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-04-01 17:14:02",
                "updated_at": "2026-04-01 17:14:02"
            },
            {
                "user_id": "566",
                "user_name": "tejinfo",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "tejinfo@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$tD4zNYtsg03t7xDDnUAjIO9aGlkj8LUGlgVGsVGuenjL1mC1m9vMO",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "70",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-04-13 12:56:00",
                "updated_at": "2026-04-13 12:56:00"
            },
            {
                "user_id": "644",
                "user_name": "golabic",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "golabic@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$aHUvrQ6/Hif9ggcFkoWhXeCEnSWMetUKyxxXtUHjB4C/AxjlrNc4G",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "70",
                "status": "active",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-05-29 09:52:39",
                "updated_at": "2026-05-29 09:52:39"
            },
            {
                "user_id": "657",
                "user_name": "STD-302-2026-00032",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "mohitsurila@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$hGK6ZGLhGb2n9439y3dJQ.yzTj1kx1kTVWTrbTldyRZnkv2G4NkAi",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "71",
                "status": "active",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-06-09 18:49:26",
                "updated_at": "2026-06-09 18:49:26"
            },
            {
                "user_id": "658",
                "user_name": "STD-302-2026-00033",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "mohitsurilaa@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$j56YW/uueVM/aZbScmVdeuX/6lXI.FgTSWy3K5FLd7pRF.X0rGIrS",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "71",
                "status": "active",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-06-09 18:49:46",
                "updated_at": "2026-06-09 18:49:46"
            },
            {
                "user_id": "681",
                "user_name": "STD-302-00002",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "trikmwcpdh@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$1h7zw4wreRz/HXw3KkZ98OsgxAfAMfOia/qIAnNgmyngIzoExFmKC",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "71",
                "status": "active",
                "created_by": "674",
                "scope": "/330/294/302",
                "created_at": "2026-06-15 14:45:58",
                "updated_at": "2026-06-15 14:45:58"
            },
            {
                "user_id": "683",
                "user_name": "STD-678-00001",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "ronefiv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$AfReL3zK3Pemf0lAciTOXuI3fWT0ewRcUSJhFL/B59MorRggeo3.W",
                "role_id": "4",
                "parent_id": "678",
                "profile_img": "71",
                "status": "active",
                "created_by": "674",
                "scope": "/330/294/302/678",
                "created_at": "2026-06-15 14:55:27",
                "updated_at": "2026-06-15 14:55:27"
            },
            {
                "user_id": "684",
                "user_name": "STD-678-00002",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rownefiv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$sNU1O2nfohP7qXpZjYP//eeUoGQw8HiDuBBokBIInuO4UQTN6Tq6m",
                "role_id": "4",
                "parent_id": "678",
                "profile_img": "71",
                "status": "active",
                "created_by": "674",
                "scope": "/330/294/302/678",
                "created_at": "2026-06-15 14:58:26",
                "updated_at": "2026-06-15 14:58:26"
            },
            {
                "user_id": "685",
                "user_name": "STD-678-00003",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rowvnefiv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$qCV5S.LYTxMeU8IaXrvFQOgE7Fg7nBoyEkRJK9EfWUh9yASsrD07e",
                "role_id": "4",
                "parent_id": "678",
                "profile_img": "71",
                "status": "active",
                "created_by": "674",
                "scope": "/330/294/302/678",
                "created_at": "2026-06-15 15:00:34",
                "updated_at": "2026-06-15 15:00:34"
            },
            {
                "user_id": "689",
                "user_name": "STD-688-00001",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rowtefiv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$yF1k6u.8ObayjL4fvbes6eka4mArA4PAsFrQCY/8tQyOBNZw8vXdW",
                "role_id": "4",
                "parent_id": "688",
                "profile_img": "71",
                "status": "active",
                "created_by": "688",
                "scope": "/330/294/302/688",
                "created_at": "2026-06-15 16:14:27",
                "updated_at": "2026-06-15 16:14:27"
            },
            {
                "user_id": "690",
                "user_name": "STD-688-00002",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rowtefifv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$DPbqyU2v9oFIxy.SwBErDeJ.uPUxDSPx5SCul6fUKGdKBkb8ZFseO",
                "role_id": "4",
                "parent_id": "688",
                "profile_img": "71",
                "status": "active",
                "created_by": "688",
                "scope": "/330/294/302/688",
                "created_at": "2026-06-15 16:21:07",
                "updated_at": "2026-06-15 16:21:07"
            }
        ],
        "inactive_students": [
            {
                "user_id": "393",
                "user_name": "valarian",
                "first_name": "steen",
                "middle_name": "supraa",
                "last_name": "Sharma",
                "email": "valarian@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$GvlcqvIs/dJO2zlF9IgbCu6q53WE14QIF2zJebUalI77YOEcsOTjK",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "56",
                "status": "inactive",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-02-24 12:30:54",
                "updated_at": "2026-06-18 16:18:51"
            },
            {
                "user_id": "534",
                "user_name": "vishal87",
                "first_name": "vishal",
                "middle_name": "vishal",
                "last_name": "vishalshete",
                "email": "vishal46@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$UUU.o7.mhLox8KS2w.x8.OfGFzUd6zi0jTGAIxR7JM7m25jwHfrNa",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "55",
                "status": "inactive",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-03-21 17:01:06",
                "updated_at": "2026-06-18 16:19:24"
            },
            {
                "user_id": "559",
                "user_name": "tejinfotech",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "tejinfotech@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$DYrO/1B11iS9IaXBbafdAuPYH2lEYw/0gNmzSUN.2Qn/rMEvzPWXK",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "70",
                "status": "inactive",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-04-13 11:19:05",
                "updated_at": "2026-06-18 16:19:50"
            },
            {
                "user_id": "643",
                "user_name": "golaba",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "golaba@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$5jLcnGV66xX2yRBl4ndKk.KVbP7gWohojWO9L7VX9oSeM6mpcYz7e",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "70",
                "status": "inactive",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-05-28 17:24:13",
                "updated_at": "2026-06-18 16:23:50"
            },
            {
                "user_id": "645",
                "user_name": "golabicl",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "golabicl@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$IDaWkilKmLr.LtvgBkSYC.lsSK1kPs6PNt8JSNhXpH7QVNN.GbcoO",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "70",
                "status": "inactive",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-06-12 09:53:42",
                "updated_at": "2026-06-18 16:32:43"
            }
        ],
        "new_student_this_month": [
            {
                "user_id": "348",
                "user_name": "mohnday",
                "first_name": "apple",
                "middle_name": "yang",
                "last_name": "goldy",
                "email": "monday@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$aPw5y/ABYP/JYKoVjkh9XeKBtIE7kajV3stMtauo7V6ke1CJ8ASVe",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "55",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-06-16 12:15:37",
                "updated_at": "2026-06-18 16:33:29"
            },
            {
                "user_id": "385",
                "user_name": "supraa",
                "first_name": "supraa",
                "middle_name": "supraa",
                "last_name": "Sharma",
                "email": "winerttsusddfprs@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$aJ2UOcqMJ2rU2o7ubTQFp.aqouOJCaqi9s0suTrb59LEbELacc6WS",
                "role_id": "4",
                "parent_id": "151",
                "profile_img": "56",
                "status": "active",
                "created_by": "302",
                "scope": "/330/294/302",
                "created_at": "2026-06-14 10:28:19",
                "updated_at": "2026-06-18 16:34:01"
            },
            {
                "user_id": "645",
                "user_name": "golabicl",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "golabicl@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$IDaWkilKmLr.LtvgBkSYC.lsSK1kPs6PNt8JSNhXpH7QVNN.GbcoO",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "70",
                "status": "inactive",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-06-12 09:53:42",
                "updated_at": "2026-06-18 16:32:43"
            },
            {
                "user_id": "657",
                "user_name": "STD-302-2026-00032",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "mohitsurila@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$hGK6ZGLhGb2n9439y3dJQ.yzTj1kx1kTVWTrbTldyRZnkv2G4NkAi",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "71",
                "status": "active",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-06-09 18:49:26",
                "updated_at": "2026-06-09 18:49:26"
            },
            {
                "user_id": "658",
                "user_name": "STD-302-2026-00033",
                "first_name": "vishtejinfoal",
                "middle_name": "tejinfo",
                "last_name": "tejinfo",
                "email": "mohitsurilaa@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$j56YW/uueVM/aZbScmVdeuX/6lXI.FgTSWy3K5FLd7pRF.X0rGIrS",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "71",
                "status": "active",
                "created_by": "107",
                "scope": "/330/294/302",
                "created_at": "2026-06-09 18:49:46",
                "updated_at": "2026-06-09 18:49:46"
            },
            {
                "user_id": "681",
                "user_name": "STD-302-00002",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "trikmwcpdh@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$1h7zw4wreRz/HXw3KkZ98OsgxAfAMfOia/qIAnNgmyngIzoExFmKC",
                "role_id": "4",
                "parent_id": "302",
                "profile_img": "71",
                "status": "active",
                "created_by": "674",
                "scope": "/330/294/302",
                "created_at": "2026-06-15 14:45:58",
                "updated_at": "2026-06-15 14:45:58"
            },
            {
                "user_id": "683",
                "user_name": "STD-678-00001",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "ronefiv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$AfReL3zK3Pemf0lAciTOXuI3fWT0ewRcUSJhFL/B59MorRggeo3.W",
                "role_id": "4",
                "parent_id": "678",
                "profile_img": "71",
                "status": "active",
                "created_by": "674",
                "scope": "/330/294/302/678",
                "created_at": "2026-06-15 14:55:27",
                "updated_at": "2026-06-15 14:55:27"
            },
            {
                "user_id": "684",
                "user_name": "STD-678-00002",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rownefiv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$sNU1O2nfohP7qXpZjYP//eeUoGQw8HiDuBBokBIInuO4UQTN6Tq6m",
                "role_id": "4",
                "parent_id": "678",
                "profile_img": "71",
                "status": "active",
                "created_by": "674",
                "scope": "/330/294/302/678",
                "created_at": "2026-06-15 14:58:26",
                "updated_at": "2026-06-15 14:58:26"
            },
            {
                "user_id": "685",
                "user_name": "STD-678-00003",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rowvnefiv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$qCV5S.LYTxMeU8IaXrvFQOgE7Fg7nBoyEkRJK9EfWUh9yASsrD07e",
                "role_id": "4",
                "parent_id": "678",
                "profile_img": "71",
                "status": "active",
                "created_by": "674",
                "scope": "/330/294/302/678",
                "created_at": "2026-06-15 15:00:34",
                "updated_at": "2026-06-15 15:00:34"
            },
            {
                "user_id": "689",
                "user_name": "STD-688-00001",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rowtefiv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$yF1k6u.8ObayjL4fvbes6eka4mArA4PAsFrQCY/8tQyOBNZw8vXdW",
                "role_id": "4",
                "parent_id": "688",
                "profile_img": "71",
                "status": "active",
                "created_by": "688",
                "scope": "/330/294/302/688",
                "created_at": "2026-06-15 16:14:27",
                "updated_at": "2026-06-15 16:14:27"
            },
            {
                "user_id": "690",
                "user_name": "STD-688-00002",
                "first_name": "trimph",
                "middle_name": "yogesh",
                "last_name": "gtclass",
                "email": "rowtefifv@gmail.com",
                "mobile": "9876543210",
                "password": "$2y$12$DPbqyU2v9oFIxy.SwBErDeJ.uPUxDSPx5SCul6fUKGdKBkb8ZFseO",
                "role_id": "4",
                "parent_id": "688",
                "profile_img": "71",
                "status": "active",
                "created_by": "688",
                "scope": "/330/294/302/688",
                "created_at": "2026-06-15 16:21:07",
                "updated_at": "2026-06-15 16:21:07"
            }
        ],
        "leads": [
            {
                "lead_id": "48",
                "form_id": "96",
                "form_data": "{\"name\": \"samir\", \"email\": \"sam@gmail.com\", \"phone\": \"9478564512\", \"message\": \"district champian\"}",
                "created_at": "2026-06-12 11:44:57",
                "user_agent": "PostmanRuntime/7.51.0",
                "lead_ip": "192.168.1.130",
                "os": "Unknown Platform",
                "browser": "",
                "location": "Unknown, Unknown, Unknown",
                "lead_status": "new"
            },
            {
                "lead_id": "47",
                "form_id": "96",
                "form_data": "{\"name\": \"samir\", \"email\": \"sam@gmail.com\", \"phone\": \"9478564512\", \"message\": \"district champian\"}",
                "created_at": "2026-06-10 11:27:24",
                "user_agent": "PostmanRuntime/7.51.0",
                "lead_ip": "192.168.1.130",
                "os": "Unknown Platform",
                "browser": "",
                "location": "Unknown",
                "lead_status": "new"
            },
            {
                "lead_id": "46",
                "form_id": "36",
                "form_data": "{\"blood_group\": \"O\", \"player_role\": \"baller\", \"fitness_cert\": \"district champian\", \"sport_category\": \"cricket\", \"emergency_phone\": \"9478564512\"}",
                "created_at": "2026-06-11 11:19:38",
                "user_agent": "PostmanRuntime/7.51.0",
                "lead_ip": "192.168.1.130",
                "os": "Unknown Platform",
                "browser": "",
                "location": "Unknown",
                "lead_status": "new"
            }
        ]
    }
}'
```

<span style="background: #000; color: white; padding: 10px 10px; border-radius: 4px;  width: 100%;display: block;">
<span  style="background: #27cf3d; color: white; padding: 8px 24px; border-radius: 2px; font-weight: bold; ">GET</span> dashboard/franchise_teacher
</span>

 