Authorization: Bearer ********************curl --location --request GET 'localhost:8080/market/balance' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "操作成功",
"data": {
"id": 1,
"userId": 1,
"clothingBalance": 999,
"generalBalance": 10,
"userName": null
}
}