Current behavior is that the is_permanent field is constantly set to false. This only lets us test timeouts, not bans.
Expected /ban behavior:
ends_at will be null
is_permanent will be set to true
Expected /timeout behavior:
ends_at will be 3 minutes in the future (custom input should be allowed)
is_permanent will be set to false
Default use of "twitch event trigger ban" should be simulating /ban.