Groovy (Low-code)SDK Functions (Groovy)RESTCRUDrest.postOn this pagerest.post rest.post(url, body) Description Issues an HTTP POST request and returns the output Parameters ParameterTypeExplanationurlStringThe url to post data tobodyStringThe data to post Example http = option.resthttp.post(url, message.toJson())