{
    "success": true,
    "message": "Reseller data retrieved successfully",
    "summary": {
        "total_resellers": 9,
        "total_coins": 172,
        "active_resellers": 8,
        "inactive_resellers": 1,
        "average_coins_per_reseller": 19.11
    },
    "resellers": [
        {
            "id": "9",
            "auth_id": "vgg",
            "coins": "5",
            "status": "active",
            "created_at": "2026-07-10 20:01:31",
            "updated_at": "2026-07-10 20:01:31"
        },
        {
            "id": "8",
            "auth_id": "PB",
            "coins": "50",
            "status": "active",
            "created_at": "2026-07-10 19:08:27",
            "updated_at": "2026-07-10 19:08:27"
        },
        {
            "id": "7",
            "auth_id": "rumanvai",
            "coins": "4",
            "status": "active",
            "created_at": "2026-07-10 18:44:45",
            "updated_at": "2026-07-10 18:44:45"
        },
        {
            "id": "6",
            "auth_id": "ruman1",
            "coins": "44",
            "status": "active",
            "created_at": "2026-07-10 18:43:17",
            "updated_at": "2026-07-10 18:43:17"
        },
        {
            "id": "5",
            "auth_id": "ruman",
            "coins": "44",
            "status": "active",
            "created_at": "2026-07-10 18:28:11",
            "updated_at": "2026-07-10 18:43:03"
        },
        {
            "id": "4",
            "auth_id": "inactive_user",
            "coins": "10",
            "status": "inactive",
            "created_at": "2026-07-10 18:23:52",
            "updated_at": "2026-07-10 18:23:52"
        },
        {
            "id": "3",
            "auth_id": "karim",
            "coins": "0",
            "status": "active",
            "created_at": "2026-07-10 18:23:52",
            "updated_at": "2026-07-10 18:23:52"
        },
        {
            "id": "2",
            "auth_id": "rahim",
            "coins": "5",
            "status": "active",
            "created_at": "2026-07-10 18:23:52",
            "updated_at": "2026-07-10 18:23:52"
        },
        {
            "id": "1",
            "auth_id": "sabbir",
            "coins": "10",
            "status": "active",
            "created_at": "2026-07-10 18:23:52",
            "updated_at": "2026-07-10 18:23:52"
        }
    ],
    "count": 9,
    "timestamp": "2026-07-10 21:10:01"
}