curl --location --request GET '/api/file-record?pageIndex&pageSize'
{
"rows": [
{
"file": {
"filename": "string",
"filepath": "string"
},
"id": 0,
"shareCode": "string",
"description": "string",
"password": "string",
"downloadCount": 0,
"visibility": "PUBLIC"
}
],
"totalPageCount": 0,
"totalRowCount": 0
}