Hello everyone, I want to retrieve all the parameters of the form request when making a request in Hoppscotch, in order to implement my own signing logic to generate a sign for the backend. However, after checking the documentation, it seems that the pw object does not have an object like pw.request. Could you please tell me how I can get the collection of request parameters? Thanks!
Hello everyone, I want to retrieve all the parameters of the form request when making a request in Hoppscotch, in order to implement my own signing logic to generate a sign for the backend. However, after checking the documentation, it seems that the pw object does not have an object like pw.request. Could you please tell me how I can get the collection of request parameters? Thanks!