username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellLCService/Actions/DellLCService.ExportHWInventory' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"FileName": "filename_string",
"IPAddress": "1.2.3.4",
"IgnoreCertWarning": "Off",
"Password": "xyz123",
"ShareName": "cifs",
"ShareType": "CIFS",
"UserName": "root"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}