{
    "success": true,
    "message": "Reseller data retrieved successfully",
    "summary": {
        "total_resellers": 5,
        "total_coins": 34,
        "active_resellers": 4,
        "inactive_resellers": 1,
        "average_coins_per_reseller": 6.79999999999999982236431605997495353221893310546875
    },
    "resellers": [
        {
            "id": "5",
            "auth_id": "ASAD99",
            "coins": "9",
            "status": "active",
            "created_at": "2026-04-09 20:25:28",
            "updated_at": "2026-04-09 20:25:59"
        },
        {
            "id": "4",
            "auth_id": "inactive_user",
            "coins": "10",
            "status": "inactive",
            "created_at": "2026-04-09 18:29:10",
            "updated_at": "2026-04-09 18:29:10"
        },
        {
            "id": "3",
            "auth_id": "karim",
            "coins": "0",
            "status": "active",
            "created_at": "2026-04-09 18:29:10",
            "updated_at": "2026-04-09 18:29:10"
        },
        {
            "id": "2",
            "auth_id": "rahim",
            "coins": "5",
            "status": "active",
            "created_at": "2026-04-09 18:29:10",
            "updated_at": "2026-04-09 18:29:10"
        },
        {
            "id": "1",
            "auth_id": "sabbir",
            "coins": "10",
            "status": "active",
            "created_at": "2026-04-09 18:29:10",
            "updated_at": "2026-04-09 18:29:10"
        }
    ],
    "count": 5,
    "timestamp": "2026-04-09 23:24:15"
}