Groovy (Low-code)SDK Functions (Groovy)RESTCRUDrest.putOn this pagerest.put rest.put(url, body) Description Issues an HTTP PUT with the body. Parameters ParameterTypeExplanationurlStringThe url to put data tobodyStringThe data to put Example http = option.restres = http.put("https://postman-echo.com/put", message.toJson())api.wto(res)