// 把 json 对象设置为你的 JSON 字符串即可 let json = { // ... } pm.request.headers.add({ key: "替换为你的 header 参数名称", value: JSON.stringify(json) });