{
    "success": true,
    "message": "Reseller data retrieved successfully",
    "summary": {
        "total_resellers": 5,
        "total_coins": 27,
        "active_resellers": 4,
        "inactive_resellers": 1,
        "average_coins_per_reseller": 5.4
    },
    "resellers": [
        {
            "id": "5",
            "auth_id": "tt",
            "coins": "2",
            "status": "active",
            "created_at": "2026-07-23 11:37:48",
            "updated_at": "2026-07-23 11:37:48"
        },
        {
            "id": "4",
            "auth_id": "inactive_user",
            "coins": "10",
            "status": "inactive",
            "created_at": "2026-07-23 10:15:42",
            "updated_at": "2026-07-23 10:15:42"
        },
        {
            "id": "3",
            "auth_id": "karim",
            "coins": "0",
            "status": "active",
            "created_at": "2026-07-23 10:15:42",
            "updated_at": "2026-07-23 10:15:42"
        },
        {
            "id": "2",
            "auth_id": "rahim",
            "coins": "5",
            "status": "active",
            "created_at": "2026-07-23 10:15:42",
            "updated_at": "2026-07-23 10:15:42"
        },
        {
            "id": "1",
            "auth_id": "sabbir",
            "coins": "10",
            "status": "active",
            "created_at": "2026-07-23 10:15:42",
            "updated_at": "2026-07-23 10:15:42"
        }
    ],
    "count": 5,
    "timestamp": "2026-07-23 13:11:43"
}