x-api-key: ********************curl --location --request GET 'https://testserver.loyi.io/public/api/leveling/milestone//users?pageIndex=&pageSize=&id=&desc=' \
--header 'Origin: <WHITELISTED_URL>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"email": "lXK6o@example.com",
"createdAt": "2021-01-01T00:00:00.000Z",
"currentLevel": 10,
"pointsCount": 1000
}
],
"total": 2
}