Authorization: Bearer ********************
{ "knowledgeBaseId": "string", "docId": 0, "content": "string" }
curl --location --request POST 'https://insight.juzibot.com/openapi/knowledge-base/doc/paragraph/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "knowledgeBaseId": "string", "docId": 0, "content": "string" }'
{ "code": 0, "data": { "id": 0 } }