{ "fileIds": "1,2,3", "filePid": "456" }
curl --location --request PUT '/file/changeFileFolder' \ --header 'Content-Type: application/json' \ --data-raw '{ "fileIds": "1,2,3", "filePid": "456" }'
{}