Referral program statistics
info
OK
const response = await fetch('//api.client.nbcgate.tech/api/referral/statistics', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
[ { "amount": 0, "currency_code": "text", "date": "text", "default_amount": 0, "default_currency_code": "text", "owner_avatar": "text", "owner_id": 0, "owner_name": "text", "product_id": 0, "product_name": "text" } ]