Create a non recurring meeting for tommorow

POST {{MEETINGS_API_URL}}/meetings

We'll use this meeting to manage Invitees

Request Body

{"title"=>"Sample Title", "agenda"=>"Sample Agenda", "password"=>"A@ssword123", "start"=>"{{_start_time}}", "end"=>"{{_end_time}}", "timezone"=>"{{TIMEZONE_STRING}}", "enabledAutoRecordMeeting"=>false, "allowAnyUserToBeCoHost"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring