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