diff --git a/commands/ship.yml b/commands/ship.yml index f3b13b7..1c653ff 100644 --- a/commands/ship.yml +++ b/commands/ship.yml @@ -51,6 +51,7 @@ output: |- .toString() )) .header("User-Agent", "IO (https://github.com/dunste123/io)") + .header("Content-Type", "application/json") .build() val response = HttpClient.newHttpClient()