Skip encoding for a URL parameter in RESTQuery

for me since the URL was fairly simple, and just the ? was being encoded, the following workaround worked for me:

{{endpointSelect.value.split('?')[0]}}?{{endpointSelect.value.split('?')[1]}}