{
"task_id": "58f8b6af-c45b-481d-b37a-e94b5b53a7db",
"target_status": "VECTING"
}curl --location '/knowledge/update_status' \
--header 'Token: {{TOKEN}}' \
--header 'kb-code: kb_0edfbf5378fd' \
--header 'timestamp: 1787298374' \
--header 'sign: a0424f783b66311445533b87e3ff7ab6' \
--header 'Content-Type: application/json' \
--data '{
"task_id": "58f8b6af-c45b-481d-b37a-e94b5b53a7db",
"target_status": "VECTING"
}'{
"success": true,
"code": 200,
"message": "任务状态已成功同步并流转",
"data": {
"task_id": "58f8b6af-c45b-481d-b37a-e94b5b53a7db",
"status": "VECTING"
}
}