I have the following problem
I need to make a POST request and it requires an array of objects to be passed in one of the parameters.
My question is this: how can I do this?
To add a simple parameter, I use TRESTRequest.AddParameter('api_token', xxxxxx ) for example and it works perfectly
How could I pass an array to request if AddParameter doesn't let me use it that way?