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