Hi Guys, I am trying to mapping the value from request using request-transformer plugin. What I want to is, user user request the json
{ "code": 67890 }
than the plugin will transform as:
{ "cnl": QUERY/20, "id": 02, "name": jenny }
the code is unique, each user has different code
Thanks,