Not sure how only header types ive got going are these:
connection.setRequestProperty("Client-ID", TwitchAPI.CLIENT_ID);
connection.setRequestProperty("Accept", "application/vnd.twitchtv.v5+json");
connection.setRequestProperty("Authorization", "OAuth " + event.getTwitch().getAuth());
connection.setRequestProperty("Content-Type", "application/json");