{
"description": "技术相关话题讨论区",
"icon": "https://example.com/icon.png",
"name": "技术讨论",
"slug": "tech",
"status": "Normal",
"weight": 0
}curl --location --request POST '/manage/categories' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "技术相关话题讨论区",
"icon": "https://example.com/icon.png",
"name": "技术讨论",
"slug": "tech",
"status": "Normal",
"weight": 0
}'{
"code": 20000,
"data": {
"created_at": "2024-01-01T00:00:00Z",
"description": "技术相关话题讨论区",
"icon": "https://example.com/icon.png",
"id": 1,
"name": "技术讨论",
"slug": "tech",
"status": "Normal",
"updated_at": "2024-01-01T00:00:00Z",
"weight": 0
},
"msg": null
}