I am trying to request some weather forecast information for more than 2000+ cities in the world. The API won't let me generate requests infinitely. Therefore, I would like to know how can I aggregate requests and send them in one batch in java? for example, I want to send to the API 1 request containing 3 countries. how can I do that?