# Before creating a new project in MINERVA, source file 'map_file' must be uploaded to the instance (MANUAL: https://minerva.pages.uni.lu/doc/api/14.0/files/)
# Allocate memory in the system for 'map_file', which length is 'stat_info.st_size' bytes
create_overlay_request=session.post(api_url+"/projects/"+project_id+"/overlays/",data={"fileId":file_id,"filename":overlay_file,"name":"auto-overlay-simple"+str(file_id),"description":"there is a data overlay","googleLicenseConsent":"true"})
# Before creating a new project in MINERVA, source file 'map_file' must be uploaded to the instance (MANUAL: https://minerva.pages.uni.lu/doc/api/14.0/files/)
# Allocate memory in the system for 'map_file', which length is 'stat_info.st_size' bytes