Big Chungus
09/24/2019, 12:50 PM{"key":123}
is sent as "{"key":123}"
spand
09/24/2019, 12:52 PMBig Chungus
09/24/2019, 12:54 PMhttpClient.put<HttpResponse>(url) {
body = valueJson
contentType(ContentType.Application.Json)
}
?
this doesn't workhttpClient.put<HttpResponse>(url) {
body = TextContent(valueJson,ContentType.Application.Json)
}