Authorization: Bearer ********************
curl --location --request GET '/goods/userIntegralRecord/list'
{
"total": 0,
"rows": [
{
"id": 0,
"userId": 0,
"score": 0,
"integralType": "string",
"remark": "string",
"isDelete": "string"
}
],
"code": 0,
"msg": "string"
}