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