curl --location '/redfish/v1/Managers//Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ImportLicenseFromNetworkShare' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"FQDD": "Device_fqdd",
"IPAddress": "1.2.3.4",
"IgnoreCertWarning": "On",
"ImportOptions": "All",
"LicenseName": "name",
"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"
}'