{"code":0,"message":"面试宝典 API 服务运行中","data":{"name":"面试宝典","env":"prod","debug":true,"version":"1.0.0","database":{"driver":"mysql","connected":true},"requestId":null,"endpoints":{"auth":["POST /api/v1/auth/register 注册","POST /api/v1/auth/login 登录","POST /api/v1/auth/refresh 刷新令牌","POST /api/v1/auth/logout 登出（需登录）","GET  /api/v1/auth/me 当前用户（需登录）"],"questions":["GET    /api/v1/questions 题目列表","GET    /api/v1/questions/{id} 题目详情","GET    /api/v1/questions/{id}/answer 参考答案","POST   /api/v1/questions 新增（需登录）","PUT    /api/v1/questions/{id} 修改（需登录）","DELETE /api/v1/questions/{id} 删除（需登录）"],"experiences":["GET  /api/v1/experiences 面经列表","GET  /api/v1/experiences/{id} 面经详情","POST /api/v1/experiences 发布面经（需登录）"],"interview":["POST /api/v1/interview/start 开始模拟面试（需登录）","POST /api/v1/interview/{sessionId}/answer 提交作答（需登录）"]}}}