Authorization: Bearer ********************
curl --location --request GET 'https://insight.juzibot.com/openapi/knowledge-base/doc/paragraph/list?knowledgeBaseId&docId&page=1&pageSize=10' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": [
{
"paragraphId": 0,
"index": 0,
"content": "string",
"wordCount": 0,
"createdAt": 0
}
],
"page": {
"page": 0,
"total": 0
}
}