{
"guid": "string",
"sid": "string",
"comment": "string",
"ref_commentid": "string",
"postid": "string"
}curl --location '/sns/sns_comment' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"sid": "string",
"comment": "string",
"ref_commentid": "string",
"postid": "string"
}'{
"error_code": 0,
"error_message": "string",
"data": {
"baseRsp": {
"retCode": 0,
"errorMsg": "string"
},
"commentid": "string"
}
}