May someone share please an example how to transform request body?
My goal is to take body, add some symbols in the beginning and in the end
for example:
{“val”=“1”} ==>> {record:[{“val”=“1”}]}
May someone share please an example how to transform request body?
My goal is to take body, add some symbols in the beginning and in the end
for example:
{“val”=“1”} ==>> {record:[{“val”=“1”}]}