curl --location --request POST 'https://www.oschina.net/action/openapi/tweet_pub' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "string",
"msg": "string",
"img": 0
}'{
"error": 200,
"error_description": "操作成功完成"
}