
implementation("io.ktor:ktor-server-content-negotiation:3.5.1")Enables negotiation of media types between client and server using `Accept` and `Content-Type` headers, and supports serialization/deserialization in formats like JSON, XML, CBOR, and ProtoBuf.