Meeting create API fails with 405 status code : Postman

Description
Meeting create API fails with 405 status code.
Error
405 Method not Allowed.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT App

Which Endpoint/s?
https://api.zoom.us/v2/users/meetings
**How To Reproduce **
Steps to reproduce the behavior:

  1. Request Headers
    content-type : application/json
    Authorization : Bearer $jwt_token

  2. Request Body : {“topic”:“y”,“type”:2,“start_time”:“2020-03-19T19:52:55Z”,“duration”:30,“timezone”:“Europe/Dublin”,“password”:null,“agenda”:"",“recurrance”:null,“settings”:{“host_video”:false,“participant_video”:true,“cn_meeting”:false,“in_meeting”:false,“join_before_host”:true,“mute_upon_entry”:false,“watermark”:false,“use_pmi”:false,“approval_type”:0,“registration_type”:1,“audio”:“both”,“audio_recording”:“cloud”,“enforce_login”:false,“enforce_login_domains”:null,“alternative_hosts”:""}}

  3. Method type : POST

  4. Error response
    405 Method not Allowed with Zoom Error Body

Checked with the Postman

Hey @apathirana, thanks for posting and using Zoom!

Please share your request URL.

POST https://api.zoom.us/v2/users/meetings is not a valid endpoint.

You must pass in the user_id, email, or me keyword:

POST https://api.zoom.us/v2/users/USER_ID_HERE/meetings

Please share a screenshot of your postman.

Thanks,
Tommy