are there specific reasons why ktor returns empty ...
# ktor
w
are there specific reasons why ktor returns empty body and status
406 Not Acceptable
instead of this
call.respond(HttpStatusCode.OK, json)
?