const response = await fetch('https://pre-api-test.cmfbl.com/openapi-b/global/config.admin.AdminAssetsDubboService.getAssetsList', {
method: 'POST',
headers: {
"trace": "text",
"companyId": "text",
"token": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({
"companyId": "360"
}),
});
const data = await response.json();