curl --location --request PUT '/weibao/comments' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzaGlwcGNfdXNlcjoxODkzMTk3NTM0ODU5NTU0ODE3Iiwicm5TdHIiOiI1cE5hQ0hTTGRFWDk3aFlKQkhOVDdaODR0RWJaTjlEcSIsInVzZXJJZCI6MTg5MzE5NzUzNDg1OTU1NDgxN30.YwX-TZpxkWfgMoMc6sP8Owxn1stNaH9LnJ04VTAj3UI' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"parentCommentId": "string",
"type": "string",
"typeId": "string",
"userId": 0,
"commentText": "string",
"userName": "string",
"userAvatar": "string"
}'