{
"id": 1,
"category_id": 1,
"q": "你好",
"a": "不是很好",
"sort": 0,
"status": 0
}curl --location '/adminapi/write.problem/edit' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"category_id": 1,
"q": "你好",
"a": "不是很好",
"sort": 0,
"status": 0
}'{}