Copy a file.Ask AIpost https://api.intely.io/v1/storage/file/copyCopies a file in the file storage for an organization to a new directory.Body ParamsThe file to copy.filePathstringrequiredThe path to the file.destinationFilePathstringrequiredThe path to copy the file to.overwritebooleanDefaults to falseWhether to overwrite an existing file with the same name.truefalseHeadersCurrent-Organization-IdstringrequiredThe organization id to use.Responses 200Successfully copied the file. 400Missing required data 401Access denied 404The file was not found. 409The destination file already exists. 500Internal server errorUpdated 7 months ago