{ "taskId": "string" }
curl --location -g --request POST '/ai/knowledge/nlpService/item/data/insert/query?access_token={{access_token}}' \ --header 'client-platform: common' \ --header 'Content-Type: application/json' \ --data-raw '{ "taskId": "string" }'
{ "errcode": "0000", "description": "Success", "data": { "taskId": "8a99a18a3ca66a8fb332c66130b09f44", "status": "COMPLETED", "taskTraceId": "d4e5e33e57bf0237", "result": { "upserted": 2 } }, "traceId": "abf23ef9bde547789193e5338b622cad" }