Unable to create meeting with API

I am trying to create a meeting with Postman.
I have imported official API’s into my Postman.
I even found valid post body and reused it in my Postman. I found it here

endpoint: {{baseUrl}}/v2/users/oleg@thisisoasis.com/meetings
Authentication method: Bearer token.
Content-Type: application/json
Body:
{
“topic”: “Akkalkot Darshan”,
“type”: 8,
“start_time”: “2023-06-26T14:30:00Z”,
“duration”: 60,
“password”: “123abc”,
“recurrence”: {
“type”: “1”,
“repeat_interval”: “1”,
“weekly_days”: “4”,
“monthly_day”: 30,
“monthly_week”: “4”,
“monthly_week_day”: “4”,
“end_times”: 1,
“end_date_time”: “2023-07-04T16:20:00Z”
},
“settings”: {
“host_video”: true,
“participant_video”: true,
“cn_meeting”: false,
“in_meeting”: false,
“join_before_host”: false,
“mute_upon_entry”: false,
“watermark”: false,
“use_pmi”: false,
“approval_type”: 0,
“registration_type”: 1,
“audio”: “both”,
“auto_recording”: “none”,
“alternative_hosts”: “”,
“close_registration”: true,
“waiting_room”: true,
“contact_name”: “Umesh”,
“contact_email”: “oleg@thisisoasis.com”,
“registrants_email_notification”: true,
“meeting_authentication”: true,
“authentication_option”: “”,
“authentication_domains”: “”
}
}

My response is “Request Body should be a valid JSON object.”

What is wrong with my post body? It is raw body, with JSON selected.
JSON validator online apps see it as valid.

Hi, @oleg1 please watch the session here on how to create Zoom Meeting using REST API.

I tried to set the postman post body to be like the example you sent shows. And I do still experience invalid JSON object

so what am I doing wrong here?

I’ve managed to do successfull post request with axios from Node.js

But Postman request doesn’t work.

Anyway, it’s all good