{ "username": "老李", "content": "大家好!" }
curl --location 'https://hmajax.itheima.net/api/addcmt' \ --header 'Content-Type: application/json' \ --data '{ "username": "老李", "content": "大家好!" }'
{ "status": 201, "msg": "发表评论成功" }