Generate pay_link for receive
data
OK
const response = await fetch('//api.client.nbcgate.tech/api/receive/create', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "balance_id": 0, "name": "text" }), }); const data = await response.json();
{ "id": 0 }