有没有办法businessType从请求正文中获取特定值()并将其保存在邮递员的变量中?
请求正文
{
"fein": "nurrk",
"businessType": "LLP",
"incorporationYear": 1993,
"incorporationState": "stateelesss",
"annualRevenue": 1000,
"companyActivity": "Producctiionn",
"stockSymbol": "starer",
"mcc": "qa12345"
}
Run Code Online (Sandbox Code Playgroud)

我一直在使用不同的命令,但它们似乎都不起作用
var reqBody = JSON.parse(request.data);
Run Code Online (Sandbox Code Playgroud) postman ×1