const response = await fetch('/global/customer.admin.WhiteCustomerAdminApiService.page', {
method: 'POST',
headers: {
"companyId": "text",
"trace": "text",
"apiKey": "text",
"signature": "text",
"version": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({
"customerNo": "esse ipsum tempor sint aute"
}),
});
const data = await response.json();