{ "src_dir": "string", "dst_dir": "string", "names": [ "string" ] }
curl --location 'http://prod-cn.your-api-server.com/api/fs/copy' \ --header 'Authorization: {{alist_token}}' \ --header 'Content-Type: application/json' \ --data '{ "src_dir": "string", "dst_dir": "string", "names": [ "string" ] }'
{ "code": 200, "message": "success", "data": null }