{
"data": [
{
"id": 1,
"name": "Rizky Near",
"email": "rizkynear1@gmail.com",
"status": "active",
"role": "customer",
"profile_picture": null,
"created_at": "2024-12-03T11:15:30.000000Z"
}
],
"links": {
"first": "http://localhost/api/cms/v1/member/2/referral-history?page=1",
"last": "http://localhost/api/cms/v1/member/2/referral-history?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost/api/cms/v1/member/2/referral-history?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost/api/cms/v1/member/2/referral-history",
"per_page": 15,
"to": 1,
"total": 1
}
}