curl --location --request POST 'https://insight.juzibot.com/openapi/knowledge-base/doc/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"knowledgeBaseId": "string",
"docId": 0,
"name": "string"
}'