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