As per subject. To test: ``` paste | curl -X POST -H"authorization: token $JSONBIN_API_KEY" https://jsonbin.org/remy/ssh-key -F"ssh-key.sh=@-" ``` Should download the contents, but instead it includes the full `Content-Disposition` headers in the body.