Authorization: Bearer ********************
{ "folderId": 0 }
curl --location --request PUT '/api/file//move' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "folderId": 0 }'