{
"guid": "string",
"sid": "",
"ref_commentid": "",
"comment": ""
}
curl --location --request POST '/sns/sns_comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "string",
"sid": "",
"ref_commentid": "",
"comment": ""
}'
{"error_code": 0, "error_message": "ok", "data": {"base_rsp": {"ret_code": 0}, "commentid": "0"}}