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