How do I send Json in a `String` in a Ktor client ...
# ktor
d
How do I send Json in a
String
in a Ktor client patch request? I tried setting the contentType in the builder, but I get:
io.ktor.http.UnsafeHeaderException: Header Content-Type is controlled by the engine and cannot be set explicitly
?