curl --location --request GET '/ent/enterprise/file/file/create' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization;' \
--header 'X-Requested-With;'
{
"message": "string",
"status": 0,
"data": {
"word": [
"string"
],
"ppt": [
"string"
],
"sheet": [
"string"
]
}
}