# 下载用户数据文件 - file:// 协议 name: "user_download" request: method: "GET" path: "/v1/user/download" query_params: format: "json" response: status: 200 headers: Content-Type: "application/octet-stream" Content-Disposition: "attachment; filename=user_data.json" body: "file://./storage/v1/user_data.json"