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