Assuming that you are using the requests library, you can add the headers keyword argument to the .get call (or any of the method calls) to add custom headers to the request.
ex: req.get('api_call', params={'client_id':'client_id'}, headers={'Accept':'application/vnd.twitchtv.v5+json'})