X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistCollection' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"DataSelectorArrayIn": [
"OSAppData",
"HWData",
"TTYLogs",
"DebugLogs"
],
"IPAddress": "101.98.174.73",
"Password": "abc_123",
"ShareName": "lccifs",
"ShareType": "CIFS",
"Transmit": "Yes",
"UserName": "lcuser"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}