Authorization: Bearer ********************{
"filePath": "/upload/files/document.docx"
}curl --location --request POST 'https://www.html-js.cn/api/content/getWordHtmlContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filePath": "/upload/files/document.docx"
}'{}