curl --location '/redfish/v1/Managers//Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.CreatePartitionUsingImage' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"HashType": "MD5",
"HashValue": "hashString",
"IPAddress": "iPAdressString",
"ImageName": "imageNamestring",
"OSVolumeLabel": "osVolLabelstring",
"PartitionIndex": 1,
"PartitionType": "CDROM",
"Password": "passwordString",
"Port": 69,
"SharePath": "sharepath",
"ShareType": "CIFS",
"URI": "URIstring",
"Username": "username",
"Workgroup": "workgroupString"
}'