curl --location --request GET '/ent/enterprise/file/file//edit' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"id": 0,
"name": "string",
"real_name": "string",
"image": "string",
"path": [
"string"
],
"url": "string",
"file_id": "string",
"size": "string",
"type": "string",
"uid": "string",
"edit_uid": "string",
"version": 0,
"other": "string",
"cate_id": 0,
"entid": 0,
"download_count": 0,
"upload_type": 0,
"is_master": 0,
"is_template": 0,
"status": 0,
"created_at": "string",
"updated_at": "string"
}
}