implementation("io.ktor:ktor-server-double-receive:3.0.0-beta-2")
Enables multiple invocations of `ApplicationCall.receive` without exceptions, allowing repeated access to request bodies.