You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The set-body policy can be configured to use the Liquid templating language to transform the body of a request or response. This can be effective if you need to completely reshape the format of your message."
I would like to use set-body to access the request body json and extract specific property, so that It can be use to craft request body for another request.
How to achieve this?
I tried accessing by "body.argument.<property_name>" doesn't work.