{
"id": 12625,
"question": "hhhh",
"answer": [
"string"
]
}
curl --location --request POST 'http://192.168.50.15:7860/api/v2/filelib/update_qa' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 12625,
"question": "hhhh",
"answer": [
"string"
]
}'
{
"status_code": 200,
"status_message": "SUCCESS",
"data": null
}