curl --location --request GET '/manage/categories/'{
"code": 20000,
"data": {
"created_at": "2024-01-01 00:00:00",
"description": "技术相关话题讨论区",
"icon": "https://example.com/icon.png",
"id": 1,
"name": "技术讨论",
"slug": "tech",
"status": "Normal",
"updated_at": "2024-01-01 00:00:00",
"weight": 0
},
"err_code": "string",
"msg": null
}