Alright `val payload = call.receive<JsonObject&...
# ktor
f
Alright
val payload = call.receive<JsonObject>()
did the trick, did not think it was so obvious.