{ "id": "dev-logout", "name": "DEV 登出清 Cookie", "description": "登录 → POST /auth/logout → 验证 /auth/status 与 /api/me 拒绝旧 Cookie", "account": { "username": "john", "password": "888888" }, "steps": [ { "action": "login", "label": "登录 john 账户" }, { "action": "logout", "label": "登出并验证 Cookie 已清除" } ] }