Fix relay crashing on signed GET requests
In its upcoming version, Mastodon will sign every fetch with an instance actor. This means that it will sign GET
requests, which currently fails to be processed by this relay software as it tries to parse the (empty) body as json.