curl --location '/redfish/v1/Systems//Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.InstallFromRepository' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"ApplyUpdate": "True",
"CatalogFile": "Catalog.xml",
"IPAddress": "101.16.12.80",
"IgnoreCertWarning": "On",
"Mountpoint": "/tmp/",
"Password": "password",
"ProxyPasswd": "proxypassword",
"ProxyPort": 80,
"ProxyServer": "101.21.60.17",
"ProxySupport": "DefaultProxy",
"ProxyType": "HTTP",
"ProxyUname": "proxyusername",
"RebootNeeded": true,
"ShareName": "NameofShare",
"ShareType": "CIFS",
"UserName": "username",
"Workgroup": "dell.customer.portal"
}'