How to integrate with the Zoom API using each Zoom user credentials registered on my website to address the API rate limiter issue?

We have a chat system on our website.
What we have done is:
Integrate our website with the Zoom API using credentials we obtained from the Zoom Marketplace. After successfully integrating with the API, we found out that there is an API rate limiter of 100 requests per day for 1 credentials account API.

Is there a way to create a Zoom meeting link from an authorized user (we will authorize them via OAuth or any other method), not from our account, because this way we are limited by 100 meetings per day? We will be satisfied with 100 meetings per day for individual users.

@alifarhan2202

The 100 request per day only applies to per user in the account. If you create meeting on another user account, it has separate 100 request rate limit.