Open
Description
There are web servers which like to have a valid content-type header defined for requests.
We would therefore expect that file uploads like we do in https://github.com/oss-review-toolkit/ort/blob/main/utils/ort/src/main/kotlin/storage/HttpFileStorage.kt declare the media type of the body. E.g. for ZIP file upload "application/zip".