是否可以使用 kong 响应转换插件替换正文响应中的 JSON 属性?如果是,我如何使用 UI Konga 完成它?
Example of a response body:
[
{
"id": 1,
"name": "Leanne Graham",
"username": "Bret",
"email": "Sincere@april.biz",
"address": {
"street": "Kulas Light",
"suite": "Apt. 556",
"city": "Gwenborough",
"zipcode": "92998-3874",
"geo": {
"lat": "-37.3159",
"lng": "81.1496"
}
]
我想要的是替换响应 json 中每个用户的 user_id 的 id。