{ "name": "test3", "path": "/阿里云盘/test2" }
curl --location --request POST 'http://prod-cn.your-api-server.com/api/fs/rename' \ --header 'Authorization: {{alist_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "test3", "path": "/阿里云盘/test2" }'
{ "code": 200, "message": "success", "data": null }