{
    "success": true,
    "message": "API is running",
    "data": {
        "name": "Morhot Galvanizing API",
        "version": "1.0.0",
        "endpoints": {
            "POST \/api\/auth\/login": "Login with username and password",
            "POST \/api\/auth\/refresh": "Refresh access token",
            "GET \/api\/auth\/me": "Get current user info",
            "GET \/api\/users": "List all users (admin only)",
            "GET \/api\/jobcards": "List all job cards",
            "GET \/api\/clients": "List all clients",
            "GET \/api\/items": "List all items"
        }
    }
}