Authorization: Bearer ********************{
"spaceId": 8,
"title": "真-271页学生手册",
"type": "DOC",
"content": "",
"parentId": "",
"blobKey": "knowledge/user-3/konwledge/1766336045924-ebbadd23-5740-4c7e-9cc0-8d0e62bfe067.pdf"
}
curl --location --request POST 'http://localhost:8080/api/knowledge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"spaceId": 8,
"title": "真-271页学生手册",
"type": "DOC",
"content": "",
"parentId": "",
"blobKey": "knowledge/user-3/konwledge/1766336045924-ebbadd23-5740-4c7e-9cc0-8d0e62bfe067.pdf"
}'