{
"src_dir": "/a",
"src": {
"dirs": [],
"items": [
"xxxxxx"
]
},
"dst": "/b"
}
curl --location --request POST 'http://127.0.0.1:5212/api/v3/object/copy' \
--header 'Cookie: cloudreve-session=' \
--header 'Content-Type: application/json' \
--data-raw '{
"src_dir": "/a",
"src": {
"dirs": [],
"items": [
"xxxxxx"
]
},
"dst": "/b"
}'
{
"code": 0,
"msg": "string"
}