{
"id": 1,
"categoryId": 1,
"content": "dolor",
"sort": 43,
"isEnable": 1
}curl --location --request POST '/api/question/sample/edit?id=1' \
--header 'like-admin: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"categoryId": 1,
"content": "dolor",
"sort": 43,
"isEnable": 1
}'{
"code": 200,
"msg": "成功",
"data": []
}