{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"userId": 0,
"totalPoints": 0,
"accumulatedLikes": 0,
"frozenPoints": 0
}
curl --location --request PUT '/weibao/userPoints' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"userId": 0,
"totalPoints": 0,
"accumulatedLikes": 0,
"frozenPoints": 0
}'
{
"code": 0,
"msg": "",
"data": null
}