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