GetRESTProxy INVALID_FUNCTION in CXone Studio Snippet

Struggling to understand why the following snippet fails.

  • Attempting to call an external API via Studio.
  • Code: ASSIGN response = GetRESTProxy("https://api.example.com/data")
  • Error: INVALID_FUNCTION returned by the engine.
  • Is the syntax incorrect or is this method restricted in the current environment?