curl --location --request GET '/manage/users/balance/summary/' \
--header 'Authorization: {{Authorization}}'{
"code": 20000,
"data": {
"current_currency": 500,
"current_points": 1000,
"total_currency_in": 800,
"total_currency_out": 300,
"total_points_in": 1500,
"total_points_out": 500,
"user_id": 1,
"username": "testuser"
},
"msg": null
}