How to add a JSON string in Query paramater of target URL.
I tried doing it using javascript to stringify it but it didn't work. There were lot of these %% symbols in the target URL.
for example
https://example.com/restapi?entity={"foo":"bar", "hi":"hello"}