This message was deleted.
# help
s
This message was deleted.
l
Hi Kelly, would it be possible to share your stub file and a request you are using so we can see what you are trying to achieve ?
k
My response should be like this
{ "code": "{{request.query.code}}", }
where the value of code, is passed on the query parameter code
l
Is the problem you are seeing that the
{{request.query.code}}
requires the quotes around it ?
In your response template, would something like this work:
Copy code
"body": "{\"code\": {{request.query.code}} }",