{
    "success": true,
    "data": {
        "status": "ok",
        "service": "NMS API - RadiusManager Integration",
        "version": "1.0.0",
        "endpoints": {
            "GET \/health": "Health check",
            "GET \/stats": "System statistics",
            "GET \/online-users": "List of online users",
            "GET \/online-count": "Online users count",
            "GET \/users": "List of all users",
            "GET \/users\/{username}": "Get specific user",
            "POST \/verify": "Verify user credentials",
            "POST \/send-verification": "Send 6-digit verification code",
            "POST \/verify-code": "Verify 6-digit code"
        }
    },
    "timestamp": "2026-07-11T00:22:27+00:00"
}