{
"id": 1,
"question": "问题",
"answer": "答案"
}
curl --location --request POST '/adminapi/know.qa/adjust?qa_id=0' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"question": "问题",
"answer": "答案"
}'
{}