Using REST Api how can i enable ICS calendar attachment for panelists and webinar passcode and Participants: Play sound and Raise Hand are on?

REST API:

Description:
Here are the input params which are missing while creating new webinar using REST api which has mentioned above.
1.webinar passcode
2. require_password_for_scheduling_new_webinar. For meeting option is there but for webinar it’s missing.
3.Invitation email to panelists (with ICS calendar attachment) should be on by default
4.Participants: Play sound and Raise Hand are on

Error:
Due to these input params are missing can’t able to set these values while creating new webinar

How to re-produce?
Here is the request object while creating new webinar:
{
“agenda”: “My Webinar”,
“duration”: 60,
“password”: “123456”,
“recurrence”: {
“end_date_time”: “2022-04-02T15:59:00Z”,
“end_times”: 7,
“monthly_day”: 1,
“monthly_week”: 1,
“monthly_week_day”: 1,
“repeat_interval”: 1,
“type”: 1,
“weekly_days”: “1”
},
“schedule_for”: “jchill@example.com”,
}