curl --request GET \
--url http://localhost:8080/cabinet/referral/list{
"items": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"has_subscription": true,
"has_paid": true,
"username": "<string>",
"first_name": "<string>"
}
],
"total": 123,
"page": 123,
"per_page": 123,
"pages": 123
}Get list of invited users.
curl --request GET \
--url http://localhost:8080/cabinet/referral/list{
"items": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"has_subscription": true,
"has_paid": true,
"username": "<string>",
"first_name": "<string>"
}
],
"total": 123,
"page": 123,
"per_page": 123,
"pages": 123
}Page number
x >= 1Items per page
1 <= x <= 100