{
    "success": true,
    "message": "Lynx Finance API is ready.",
    "data": {
        "name": "Lynx Finance API",
        "version": "1.0.0",
        "routes": [
            "GET /health",
            "POST /auth/register",
            "POST /auth/login",
            "GET /auth/me",
            "POST /auth/logout",
            "GET /categories?type=income|expense",
            "GET /wallets?type=Bank|Pay|Cash",
            "GET /transactions?user_id=1&period=today|weekly|monthly|yearly&type=income|expense",
            "POST /transactions",
            "GET /debts?user_id=1&status=open|paid|cancelled",
            "POST /debts"
        ]
    }
}