curl --location --request POST 'https://insight.juzibot.com/openapi/knowledge-base/doc/create-with-content' \
--header 'Content-Type: application/json' \
--data-raw '{
"knowledgeBaseId": "string",
"name": "string",
"content": "string",
"prefix": "string"
}'