const response = await fetch('https://pre-api-test.cmfbl.com/openapi-b/customer.admin.CustomerGroupAdminApiService.groupList', {
method: 'POST',
headers: {
"trace": "text",
"companyId": "text",
"token": "text",
"version": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({
"tradeType": 5,
"customerNo": "86000020"
}),
});
const data = await response.json();