Single API request for Create Meeting but multiple duplicates of same meeting

While Firing the Create a Meeting API endpoint only once , noticing an issue of multiple duplicate of recently created meeting

It goes upto 9 page, i see more than 100 items of same meeting

using oauth2.0 credentials
Post: https://api.zoom.us/v2/users/me/meetings

Body Request
{
“topic”: “Pabbly Meeting”,
“type”: 2,
“start_time”: “2020-06-29T12:02:00Z”,
“duration”: 60,
“timezone”: “Asia/Kolkata”,
“password”: “123!@#aa”,
“agenda”: “conference”
}

What is the problem

Hey @pabbly,

I am unable to reproduce this issue. Make sure you didn’t run this API request in a loop.

Thanks,
Tommy