curl --request PUT \
--url https://api.conteudo.rdstationmentoria.com.br/rest/documents/{documentId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"stats": {
"words": 0,
"paragraphs": 0,
"sentences": 0,
"characters": 0
},
"link": "<string>",
"kbs": [],
"content": "<string>"
}'