Authorization: ********************{
"name": "空中瑜伽",
"type": "group",
"sort_order": 20
}curl --location --request POST 'http://perfit-api.test.muke.design/api/admin/course-categories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "空中瑜伽",
"type": "group",
"sort_order": 20
}'{
"code": 200,
"message": "分类创建成功",
"data": {
"id": 6
}
}