implementation("io.ktor:ktor-server-content-negotiation:3.0.0-beta-2")
Enables negotiation of media types between client and server, handling serialization and deserialization of content in formats like JSON, XML, CBOR, and ProtoBuf.