curl --location --request GET '/ent/folder/dir_lst' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization;' \
--header 'X-Requested-With;'
{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"type": 0,
"name": "string",
"path": "string",
"pid": 0,
"uid": "string",
"file_name": "string",
"file_url": "string",
"file_sn": "string",
"file_size": "string",
"file_type": "string",
"upload_type": "string",
"entid": 0,
"is_share": 0,
"is_collect": 0,
"is_del": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
],
"count": 0
}
}