curl --location --request POST 'http://big-event-api-t.itheima.net/my/article/addcates' \ --header 'Authorization: {{LayuiBigEvent_ACCESS_TOKEN}}' \ --data-urlencode 'name=历史' \ --data-urlencode 'alias=lishi'
{ "status": 0, "message": "新增文章分类成功!" }