Unable to update meeting time using PATCH meetings?occurrenceId={}

Description
I am trying to update existing reoccurence’s time via PATCH https://api.zoom.us/v2/meetings/{meetingId}?occurrence_id={occurrenceId}
and getting back
400 Bad Request with response {“code”:3000,“message”:“Update Meeting failed.”}

How To Reproduce
Steps to reproduce the behavior:
1. Request: PATCH https://api.zoom.us/v2/meetings/{meetingId}?occurrence_id={occurrenceId}*
Body:
{
“start_time”:“2023-06-03T13:00:00Z”
}
*2. Authentication Type: Bearer Token
*3. 400 Bad Request {“code”:3000,“message”:“Update Meeting failed.”}

What am I missing?

I have tried adding timezone and recurrence to the payload to no avail.

Thanks