const response = await fetch('//api.client.nbcgate.tech/api/report/excel', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify([
{
"date_from": "text",
"date_to": "text",
"product_id": 0
}
]),
});
const data = await response.json();