Running console.log(pm.request.body) showed that it is a raw string, so var request = JSON.parse(pm.request.body.raw);.
確定! 回上一頁