浏览器手测 5 个 endpoint。token 自动接力。
POST /api/auth/login
GET /api/auth/me
用上面登录拿到的 access token 自动调
POST /api/auth/refresh
用 refresh token 换新 access token
POST /api/auth/logout