{
"guid": "string",
"sid": "string",
"comment_id": "string"
}curl --location '/sns/delete_sns_comment' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"sid": "string",
"comment_id": "string"
}'{
"error_code": 0,
"error_message": "string",
"data": {
"baseRsp": {
"retCode": 0,
"errorMsg": "string"
}
}
}