Hello!
I’m doing a basic auth post request where one of the query parameters needs to be passed as a number.
I’ve tried creating a variable that parseNumber and also parseNumber in the request, yet it still is passing the number as a text variable.
Any ideas on how to resolve this? Thanks in advance!