Hi there
Is it possible to a have a Mock Server to return me the parameters I passed as a part of URL? I need a kind of echoing for my query params.
Thanks
I suggest using Echo or HTTPBin, Postman services to make these kinds of sample calls. Otherwise, it’s possible to dynamically update a mock response based on the query params submitted, but it’s not intended behavior and is hacky.