Hi,
I am working on a flow where I am constructing a POST API call by initially requesting for a Bearer token and then passing that into another API call along with date to get data. Unfortunately the API is timing out if I pass the start date's for the entire year. I might have to reduce the timeframe to monthly or quarterly intervals and make multiple api calls to get all the data for the year. I am new to iterative macros and need help configuring the macro if that is the approach to be taken. Below is the screen show where the start and end dates are hard coded into the body. How can is set a macro to cycle through the dates?
Below is the screenshot where I am constructing the body and passing into the API payload.


How do I loop through the start and end dates in monthly intervals for the year 2022?