{
"id": "string",
"socialId": "string",
"commentId": "string",
"userId": "string",
"headPortrait": "string",
"title": "string",
"content": "string"
}
curl --location --request PUT '43.139.194.209:8088/soSocialReply/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"socialId": "string",
"commentId": "string",
"userId": "string",
"headPortrait": "string",
"title": "string",
"content": "string"
}'
{}