/files/move/{fileId}POSTfileId (required, string): The unique identifier of the file to be moved.{
"destinationFolderId": "destinationFolderId"
}destinationFolderId (required, string): The unique identifier of the folder where the file will be moved.POST /files/move/abc123def456
Content-Type: application/json
{
"destinationFolderId": "folder789xyz"
}destinationFolderId.