curl --location '/public-api/v1/document/saveText' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 1,
"pageSize": 10,
"operation": "string",
"filePath": "string",
"fileOriginName": "string",
"knowledgeId": 0,
"splitterName": "string",
"chunkSize": 512,
"overlapSize": 128,
"regex": "string",
"rowsPerChunk": 1,
"mdSplitterLevel": 0
}'{
"errorCode": 0,
"message": "",
"data": null
}