{
"account_id": "string",
"account_type": "string",
"box": "string",
"name": "string",
"size": 0
}curl --location --request POST '/v7/filetransfer/file/upload/init' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "string",
"account_type": "string",
"box": "string",
"name": "string",
"size": 0
}'{
"data": {
"part_count": "string",
"part_size": 0,
"upload_id": "string"
},
"code": 0,
"more": {},
"msg": "string"
}