{
"categoryId": 1,
"image": "",
"name": "挂号",
"remarks": "",
"tips": "头疼",
"content": "病了。痛了,但不知道挂什么号",
"sort": 1,
"isEnable": 1
}curl --location --request POST '/api/skill/manage/add?id=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 1,
"image": "",
"name": "挂号",
"remarks": "",
"tips": "头疼",
"content": "病了。痛了,但不知道挂什么号",
"sort": 1,
"isEnable": 1
}'{
"code": 200,
"msg": "成功",
"data": []
}