const response = await fetch('//api.client.nbcgate.tech/invoice/receive', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"coinID": 0,
"fix_amount": 0,
"id_pay_link": 0
}),
});
const data = await response.json();