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