Authorization: Bearer ********************curl --location --request GET '/goods/userIntegral/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"userId": 0,
"totalScore": 0,
"freezeScore": 0,
"remark": "string",
"isDelete": "string"
}
}