username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.CreatePartition' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"OSVolumeLabel": "str",
"PartitionIndex": 1,
"PartitionType": "Floppy",
"Size": 123,
"SizeUnit": "GB"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}