curl --location '/send_qzone_msg' \
--header 'Content-Type: application/json' \
--data '{
"content": "今天天气不错",
"images": [],
"ugc_right": 1,
"target_uins": []
}'{
"status": "ok",
"retcode": 0,
"data": {
"tid": "1234567890abcdef1234567890"
},
"message": "",
"wording": "",
"stream": "normal-action"
}