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