curl --location --request GET 'https://api.laf.run/v1/accounts/invite-profit?page&pageSize'
{
"error": "string",
"data": {
"list": [
{
"_id": "string",
"uid": "string",
"invitedBy": "string",
"codeId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"profit": 0,
"username": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}