Workaround for Rate Limit on Meeting Registration?

API Endpoint(s) and/or Zoom API Event(s)
POST /meetings/{meetingId}/registrants
QUERY-STRING PARAMETERS:
occurrence_ids

Description
We are trying to register a person to multiple occurrences of a recurring Meeting ID.
We are hitting the rate limit of 3 per user per day.
Each occurrence is the same meeting ID and each needs its own registration.

Does anyone have a workaround? We have the higher tier subscription, but only get 3.

Why we need more than 3 is because we have a series of classes (7) over 7 days that we will register a user to attend. We also have the same class at 3 times a day for the user to attend.

It’s difficult to implement this registration process when the goal was to be able to register a user with more ease of a 7 day schedule of classes.

Is there any workaround for this? Any advice for those who are impacted by this rate limit?

Thank you.

How To Reproduce
Steps to reproduce the behavior:
*1. Create a daily recurring zoom meeting
*2.Set up Oauth and tokens
*3. Register a user to more than 3 occurrences (since adding occurrence_ids in a series with commas doesn’t work in this case, send individual API requests for each occurrence_id).
*4. After the 3rd registration on the same Zoom ID, but different occurrence, you get the Rate Limit 429 error.

Send help.
Thank you!