curl --location '/redfish/v1/Systems//Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.SetUpdateSchedule' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"IgnoreCertWarning": "On",
"ProxyPassword": "proxypassword",
"ProxyPort": "80",
"ProxySupport": "DefaultProxy",
"ProxyType": "HTTP",
"TargetResource": "/redfish/v1/UpdateService/FirmwareInventory/Current-107649-6.88__RAID.Backplane.Firmware.1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1",
"URI": "http://10.32.16.211/firmimg-mach-idrac9-20230315103825.itb.signed.d9"
}'