New Twitch API not filtering results correctly for game_id and language

certain API’s on helix prefer the parameters (it’s a undocumented gotcha) to be in the order they are shown in the docs which also matches alphabetic

https://api.twitch.tv/helix/streams?game_id=33214&language=en

works where

https://api.twitch.tv/helix/streams?language=en&game_id=33214

does not