username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ExportLicense' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"EntitlementID": "LicenseEntitlementID"
}'{}