{
"license": "string",
"licensedType": "string",
"licensedTypeName": "string",
"isEnterprise": 0,
"deCopyright": 0,
"authorizedDomain": "string"
}
curl --location --request POST '/adminapi/setting/licensed/saveLicensed' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"license": "string",
"licensedType": "string",
"licensedTypeName": "string",
"isEnterprise": 0,
"deCopyright": 0,
"authorizedDomain": "string"
}'