The webhook listener is doing a http `post` of body of type string. Can we use the api and pass JSON content type ? ``` java public T bodyText(java.lang.String body, java.lang.String mediaType) ``` at this [line](https://github.com/cloudnative/teamcity-webhooks/blob/41606ee56fc0a1de2a73c392bfd2b0cfd5f9d5db/src/main/java/io/cloudnative/teamcity/WebhooksListener.java#L96). I am unable to build the project locally.