How can I extract the "asnr-miccai-brats 2023-gli-challenge-training data.zip.synapse download_124663453" file? I downloaded it programmatically and I tried to extract it with the extension of .zp and .rar but the file is still the same. The code is shown below
# download the dataset programmmatically
import synapseclient
import synapseutils
syn = synapseclient.Synapse()
syn.login('user_name', 'password')
destination_folder = r"D:\Master Thesis\code"
files = synapseutils.syncFromSynapse(syn, 'syn51514132', path=destination_folder)