Generate invoice
data
OK
const response = await fetch('//api.client.nbcgate.tech/invoice/create', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "product_id": 0 }), }); const data = await response.json();
{ "idInvoice": 0 }