Error while creating user of type 1

Getting Type Error: Failed to fetch while creating a USER Account.

curl -X POST “https://api.zoom.us/v2/accounts” -H “accept: application/json” -H “Content-Type: application/json” -d “{ “first_name”: “soumya”, “last_name”: “ghosh”, “email”: “ghosesoumya001@gmail.com”, “password”: “123456”, “options”: { “share_rc”: false, “room_connectors”: “”, “share_mc”: false, “meeting_connectors”: “”, “pay_mode”: “master” }}”

 

Hi Akshay, please pass the access_token value when calling APIs.

please refer to zoom.github.io/api