I'm going to be connecting regularly in order to download my data. I see that there is an API endpoint for that here: /v2/series/batch_query but in the post body of that there is a list of "Requests" which appear to be an object that defines the query itself.
I can't find anywhere that the structure of the "Requests" object is defined so that I know what to submit.
Does anyone know what the format of that object is? Is there an easier way to get an hour's worth of submitted data in an API call?