{
"categoryId": 1,
"content": "病了。痛了,但不知道挂什么号",
"sort": 1,
"isEnable": 1
}curl --location --request POST '/api/question/sample/add?id=1' \
--header 'like-admin: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 1,
"content": "病了。痛了,但不知道挂什么号",
"sort": 1,
"isEnable": 1
}'{
"code": 200,
"msg": "成功",
"data": []
}