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