Groovy (Low-code)SDK Functions (Groovy)RESTProxyrest.useProxyOn this pagerest.useProxy rest.useProxy(proxyAuth) Description Uses the proxy with the name stored in the credentials store. Parameters ParameterTypeExplanationproxyAuthStringThe name of the proxy that is in the credentials store Example http = option.resthttp.useProxy(proxyAuth)res = http.get(url)