curl --location --request GET '/v7/filetransfer/user/transfers?account_id&account_type&box&page_size'{
"data": {
"items": [
{
"approval_preview_url": "string",
"extra": "string",
"fail_detail": "string",
"fail_type": "string",
"file_id": "string",
"file_type": "string",
"finish_end": 0,
"name": "string",
"scan_preview_url": "string",
"stage": 0,
"status": 0,
"task_id": "string",
"transfer_end": 0,
"transfer_start": 0
}
],
"next_page_token": "string",
"total": 0
},
"code": 0,
"more": {},
"msg": "string"
}