const response = await fetch('//api.client.nbcgate.tech/api/transfer/exchange', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"amount": 0,
"from_balance_id": 0,
"order_id": "text",
"product_id": 0,
"rate": 0,
"to_balance_id": 0
}),
});
const data = await response.json();