{
    "status": "success",
    "data": {
        "name": "API",
        "version": "2.0.0",
        "status": "running",
        "timestamp": "2026-08-27 12:48:27",
        "endpoints": {
            "Authentication": {
                "POST \/auth\/register": "Register new user",
                "POST \/auth\/login": "Login user",
                "POST \/auth\/refresh": "Refresh access token",
                "POST \/auth\/logout": "Logout user",
                "GET \/auth\/verify": "Verify token validity",
                "GET \/auth\/me": "Get current user info",
                "POST \/auth\/forgot-password": "Request password reset",
                "POST \/auth\/reset-password": "Reset password"
            },
            "User": {
                "GET \/user\/profile": "Get current user profile",
                "PUT \/user\/profile": "Update current user profile",
                "POST \/user\/avatar": "Upload profile avatar",
                "POST \/user\/change-password": "Change password"
            },
            "Admin": {
                "GET \/users": "Get all users (pagination)",
                "GET \/users\/dropdown": "Get users for dropdown",
                "DELETE \/users\/{id}": "Delete user by ID"
            }
        }
    },
    "message": "API is running",
    "timestamp": 1787834907
}