curl --location '/redfish/v1/Systems//Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.ConfigurableBootToNetworkISO' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ExposeDuration": "2022-12-03T10:15:30+01:00",
"HashType": "SHA1",
"HashValue": "hash_string",
"IPAddress": "1.2.3.4",
"ImageName": "ImageName_String",
"Password": "abc@1234",
"ResetType": "ColdReset",
"ShareName": "Sharename_string",
"ShareType": "NFS",
"UserName": "user_name",
"Workgroup": "workgroup_string"
}'