Content-type bugfix release
Overwrite Content-Type field unless it is big-query (#30) Big-query requests (e.g., from vault) are built with `headers['content-type'] = 'big-query/csv'` and they are valid, but other user defined content types such as `'application/json'` lead to a 500 error. We enforce here the correct content-type for these cases.