Increase limit on Create Meeting request

Is your feature request related to a problem? Please describe.
I have created a web app designed to target schools and other education institutions. One of the features of this web application is the ability for a school to create meetings.

Once a meeting is created, students or parents can then apply to book this meeting, and this in turn will call the zoom api to generate a meeting link.

The issue is that as the system would be linked to the zoom account of the school, there is currently a limit of 100 requests per day to create a meeting.

Now this is a problem as if the school decides to create 200 available meetings during a particular week, in order to cater for meetings with parents for example, the API would not be able to create any more links after 100 bookings have been made, therefore in order for the parents to be able to book a meeting, they would have to wait till the next day.

Describe the solution you’d like
Following what was described above, the idea that a parent would have to wait in order to book a meeting is not ideal. It would be best if the limit could be increased to at least 500 /day.