Add Content-Type header to presigned url example (#2061)
* Add Content-Type header to presigned url example
Prevents the main presigned url example from failing in many cases, as the browser does not assign a content type in many cases, but a content type is required by S3. Based on issue https://github.com/transloadit/uppy/issues/1233
* docs: code style
Co-authored-by: Renée Kooi <renee@kooi.me>