curl --location --request GET '/ent/client/performance_ranking' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "ok",
"status": 200,
"data": {
"total": 0,
"concern": 0,
"unsettled": 0,
"traded": 0,
"lost": 0,
"urgent_follow_up": 0
},
"tips": 1
}