# 健康检查 - GET 无 Body name: "health_check" request: method: "GET" path: "/v1/health" response: status: 200 headers: Content-Type: "application/json" body: | { "status": "healthy", "version": "2.0.0", "timestamp": "2026-03-27T10:00:00Z" }