Quick question about CXone Studio GetRESTProxy INVALID_FUNCTION

Quick question about GetRESTProxy syntax in CXone Studio. Getting INVALID_FUNCTION on this block in v2023.1:

SetVar("proxy", GetRESTProxy("https://api.example.com", "GET", ""))

Is the third argument required for headers or empty string handling?