x-api-key: ********************
curl --location --request GET 'https://testserver.loyi.io/public/api/user?pageIndex=&pageSize=&id=&desc=' \
--header 'Origin;' \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"email": "testuser@example.com",
"wallet": "0x1234567890123456789012345678901234567890",
"currentLevel": 30,
"pointsCount": 320,
"collectiblesCount": 5,
"questsCount": 3,
"rewardsCount": 2,
"createdAt": "2022-01-01T00:00:00.000Z",
"updatedAt": "2022-01-01T00:00:00.000Z"
}
],
"total": 10
}