I'm integrating with the WhatsApp Business API, and one of the requests I need to make requires the URL parameters to be in a specific order. For example:
The parameter "mid" must be the first parameter; otherwise, an error is returned.
Analyzing the requests made by Retool, I noticed that it automatically sorts the parameters in alphabetical order before making the request, which is causing the error.
Is there a way to disable this URL parameter sorting behavior?