Meeting api taking wrong time while creating meeting

Hey there, I have created meetings using zoom’s meeting api, and when I create the meeting of type 2, the start and end times are set correctly but while I create meeting type 8, the start and end times are way out of the original ones…

this is the data for type 2:
{“topic”:“sadasdasd”,“start_time”:“2024-2-15T05:16:00+05:45”,“duration”:“123”,“type”:2,“default_password”:true,“settings”:{“mute_upon_entry”:true,“participant_video”:false,“auto_recording”:“local”}},

this is the data for type 8:
{“topic”:“testing”,“start_time”:“2024-2-15T06:00:00+05:45”,“duration”:“120”,“type”:8,“recurrence”:{“end_date_time”:“2024-2-22T08:00:00+05:45”,“type”:1,“repeat_interval”:1},“default_password”:true,“settings”:{“mute_upon_entry”:true,“participant_video”:false,“auto_recording”:“local”}}

any help will be appreciated.

and this was working till this morning; for your information.

now, its taking current time, for both scheduled and reccuring meetings, even if I have created the meeting for future time.