curl --location '/redfish/v1/Managers//Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ExportLicenseToNetworkShare' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"EntitlementID": "License_Id",
"FileName": "file_name",
"IPAddress": "1.2.3.4",
"IgnoreCertWarning": "On",
"Password": "passwd",
"ProxyPasswd": "proxy_passwd",
"ProxyPort": "80",
"ProxyServer": "1.3.4.5",
"ProxySupport": "DefaultProxy",
"ProxyType": "HTTP",
"ProxyUname": "user_proxy",
"ShareName": "Name_of_CIFS_share",
"ShareType": "CIFS",
"UserName": "User1",
"Workgroup": "Workgroup_CIFS"
}'