FrontToken: ********************{
"user_id": "string",
"user_key": "string",
"file_path": "string",
"path": "string",
"parent_dir": "string",
"sub_dir": "string",
"source": "string",
"dest": "string",
"directory": "string",
"is_asc": true,
"keyword": "string",
"page_num": 0,
"page_size": 0,
"sort_by": "string",
"sftp_user_name": "string",
"remove_data": true,
"password": "string",
"file": "string",
"history": 0,
"src_user_key": "string",
"src_user_id": "string",
"dst_user_key": "string",
"dst_user_id": "string",
"overwrite_if_conflict": true,
"destUserId": "string",
"destUserKey": "string",
"sourceUserId": "string",
"sourceUserKey": "string",
"tree_root": "string",
"copyPairs": [
{}
],
"groupId": "string",
"logSource": "string",
"fetch_size": true
}curl --location --request POST '/front/fileManage/filesBulkCopy' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"user_key": "string",
"file_path": "string",
"path": "string",
"parent_dir": "string",
"sub_dir": "string",
"source": "string",
"dest": "string",
"directory": "string",
"is_asc": true,
"keyword": "string",
"page_num": 0,
"page_size": 0,
"sort_by": "string",
"sftp_user_name": "string",
"remove_data": true,
"password": "string",
"file": "string",
"history": 0,
"src_user_key": "string",
"src_user_id": "string",
"dst_user_key": "string",
"dst_user_id": "string",
"overwrite_if_conflict": true,
"destUserId": "string",
"destUserKey": "string",
"sourceUserId": "string",
"sourceUserKey": "string",
"tree_root": "string",
"copyPairs": [
{}
],
"groupId": "string",
"logSource": "string",
"fetch_size": true
}'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}