Create recurring meeting with non-consecutive occurrences

API Endpoint(s) and/or Zoom API Event(s)
Zoom Meeting API:- Create a meeting POST /users/{userId}/meetings

Description
I want to create recurring meeting with custom occurrences and want to exclude and include some dates with different time.

Below are some cases of custom occurrences I want to create:

Case :1 :- 5 daily recurring meeting from Friday to Thursday and i want to skip Saturday and Sunday.

Case: 2 :- 3 daily recurring meeting from Monday to Wednesday with different time.
for example:-
Monday[date=2024-09-02] (9:00 AM to 10:00 AM),
Tuesday[date=2024-09-03](01:00 PM to 02:00 PM) and
Wednesday[date=2024-09-04](9:00 AM to 10:00 AM)

So please guide me how can i do this using recurrence parameter.