Create New Meeting ID using Zoom API

Description
If i tried to create new meeting by using below API. Zoom creates a meeting only with personal meeting id but i need unique meeting id because, in parallel, we have to create many meeting ids and all ids will be unique. We dont want to use personal meeting id. so help us.
https://api.zoom.us/v2/users/userid/meetings

JWT Token we are using

Hey @catalyze.online, thanks for posting and using Zoom!

You can create unique meeting ID’s with the create meeting endpoint.

Double check you have set "use_pmi": false in the settings object request body.

Screen Shot 2020-01-24 at 10.21.29 AM

Please share your request body so I can help further.

Thanks,
Tommy