Trying to understand why this snippet throws an INVALID_FUNCTION error when calling GetRESTProxy().
var proxy = GetRESTProxy();
var result = proxy.Get("/api/v2/routing/users/{userId}");
I’ve verified the syntax matches the docs, but the execution fails immediately at the instantiation step. Is there a specific license or capability flag required for the Studio runtime to expose this method, or is the syntax fundamentally wrong for the current platform version?