Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Should these data go as a POST body ? if yes, set a body type to String and pass that JSON sequence as a body input to tRESTClient
You say it works in a URL. By that do you mean web browser? If so you should be using GET not POST. Try that.