{
"description": "技术相关话题讨论区",
"icon": "tech",
"id": 1,
"name": "技术讨论"
}curl --location --request PUT '/moderator/categories' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "技术相关话题讨论区",
"icon": "tech",
"id": 1,
"name": "技术讨论"
}'{
"code": 20000,
"data": null,
"msg": null
}