function Execute: TScRestResponse;
Description
Executes the REST request and returns a TScRestResponse object containing the server’s response.
During execution, it may trigger the OnRequestPrepare, OnRequestSuccess, OnRequestError, OnGetFromCache, or OnPutToCache event.
See also