Authorization: Bearer ********************
curl --location 'https://sbi.pigeon-server.cn/api/ui/file/copy' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "sourcePath": "string", "destPath": "string" }'
{ "status": true, "msg": "string", "data": "string" }