Referral program statistics
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//api/referral/statistics' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "filters": { "date": { "date_from": "text", "date_to": "text", "exclude": true }, "owner_id": 1, "referral": { "exclude": true, "id": [ 1 ] } } }'
[ { "amount": 1, "currency_code": "text", "date": "text", "default_amount": 1, "default_currency_code": "text", "owner_avatar": "text", "owner_id": 1, "owner_name": "text", "product_id": 1, "product_name": "text" } ]