When using the Web Activity with the Method beeing a POST request, if you send an empty json body such as "{}" the web activity does not send the content-type header even when manually setting it under headers. We have some propriatery REST APIs that expect a post request with an empty body AND the content-type header set to application/json. Is there a workaround or a fix in sight?