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