username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.ExportDataFromPartition' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"IPAddress": "10.32.16.211",
"ImageName": "Parition_3.iso",
"PartitionIndex": 1,
"Password": "Password",
"Port": 69,
"SharePath": "/",
"ShareType": "TFTP",
"Username": "Username",
"Workgroup": "workgroupString"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}