{
"uuid": "e3992275-6cb8-489c-ac3d-01ff7535a427",
"question": "问题111",
"answer": "答案111",
"images": ["http://www.php-kl.localhost/aa.png"],
"files": [{"name": "aa.doc", "url": "http://www.php-kl.localhost/kk.txt"}]
}curl --location --request POST '/api/embedding/edit' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "e3992275-6cb8-489c-ac3d-01ff7535a427",
"question": "问题111",
"answer": "答案111",
"images": ["http://www.php-kl.localhost/aa.png"],
"files": [{"name": "aa.doc", "url": "http://www.php-kl.localhost/kk.txt"}]
}'{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}