Authorization: ********************curl --location 'https://api.neucron.io/v1/referral/list?pageNumber=&pageSize=' \
--header 'Authorization: <api-key>'{
"completed_signup": 0,
"in_progress": 0,
"list": [
{
"date_invited": "string",
"joined_date": "string",
"referral_email": "string",
"referral_name": "string",
"status": "joined"
}
],
"page_meta": {
"limit": 0,
"next_page": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"total_records": 0
}