{
"account_id": "string",
"account_type": "string",
"box": "string",
"expire_time": 0,
"file_id": "string",
"preview_account_id": "string",
"preview_account_type": "string",
"preview_mode": "string",
"type": "string",
"wps_preview": "string"
}curl --location --request POST '/v7/filetransfer/file/preview' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "string",
"account_type": "string",
"box": "string",
"expire_time": 0,
"file_id": "string",
"preview_account_id": "string",
"preview_account_type": "string",
"preview_mode": "string",
"type": "string",
"wps_preview": "string"
}'{
"data": {
"expiration": 0,
"preview_token": "string",
"url": "string"
},
"code": 0,
"more": {},
"msg": "string"
}