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