API 参考认证接口On this page认证接口 登录 POST /api/auth/login 请求体 { "email": "user@example.com", "password": "your_password"} 响应 { "access_token": "eyJhbGciOiJIUzI1NiIs...", "token_type": "bearer", "expires_in": 3600} 注册