The request URL looks like this:
How can I create some kind of setup (or loop) where I can easily retrieve the data from an entire year per month per state? The data itself doesn't have some kind of timestamp, so I'll have to retrieve each month separately.
So for example:
2022-01-01 till 2022-01-31 for Ohio
2022-01-01 till 2022-01-31 for Florida
2022-02-01 till 2022-02-31 for Ohio
2022-02-01 till 2022-02-31 for Florida
etc...