{
"allow_comment": true
}curl --location --request PUT 'http://api-toutiao-web.itheima.net/mp/v1_0/comments/status?article_id=1553305022328995840' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"allow_comment": true
}'{
"message": "OK",
"data": {
"article_id": 1553305022328995800,
"allow_comment": true
}
}