{
"src_dir": "string",
"dst_dir": "string",
"names": [
"string"
]
}
curl --location --request POST '/api/fs/copy' \
--header 'Authorization: {{alist_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"src_dir": "string",
"dst_dir": "string",
"names": [
"string"
]
}'
{
"code": 200,
"message": "success",
"data": null
}