curl --location --request POST '/adminapi/question.questionCategory/edit' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89' \
--form 'name=""' \
--form 'sort=""' \
--form 'status=""' \
--form 'id=""' \
--form 'image=""'{
"code": 1,
"show": 0,
"msg": "添加成功",
"data": []
}