curl --location --request POST 'https://www.oschina.net/action/openapi/comment_reply' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "string",
"id": 0,
"catalog": 0,
"content": "string",
"receiver": 0,
"authorid": 0,
"replyid": 0,
"isPostToMyZone": 0,
"dataType": "string"
}'{
"error": "200",
"error_description": "操作成功完成"
}