const response = await fetch('/global/config.admin.AdminAssetsDubboService.getAssetsList', {
method: 'POST',
headers: {
"companyId": "text",
"trace": "text",
"apiKey": "text",
"signature": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();