{
  "source_har": "samples/sample_qianniu_templates.har",
  "total_entries": 2,
  "candidate_count": 2,
  "download_count": 1,
  "list_or_template_count": 1,
  "candidates": [
    {
      "kind": "list_or_template",
      "method": "POST",
      "url": "https://sycm.taobao.com/api/qushu/template/list.json",
      "reason": "template/report/list keyword",
      "request_headers": {
        "Accept": "application/json"
      },
      "post_data": "page=1&pageSize=20",
      "response_mime": "application/json",
      "response_status": 200,
      "suggested_filename": null
    },
    {
      "kind": "download",
      "method": "GET",
      "url": "https://sycm.taobao.com/api/qushu/export?id=demo-template-1",
      "reason": "download/export keyword; excel-like mime application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; content-disposition attachment/excel; template/report/list keyword",
      "request_headers": {},
      "post_data": null,
      "response_mime": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
      "response_status": 200,
      "suggested_filename": "demo_template.xlsx"
    }
  ],
  "notes": [
    "敏感 Cookie/Authorization 请求头不会写入 manifest；导出时请单独传 cookie 文件。",
    "manifest 是从浏览器 HAR 推断出的候选接口，需要用 dry-run 或小批量导出验证。"
  ]
}