username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ExportLicenseByDeviceToNetworkShare' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"FQDD": "Device_fqdd",
"FileName": "file_name",
"IPAddress": "1.2.3.4",
"Password": "passwd",
"ShareName": "Name_of_CIFS_share",
"ShareType": "CIFS",
"UserName": "User1",
"Workgroup": "Workgroup_CIFS"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}