implementation("io.ktor:ktor-server-content-negotiation:3.2.4")
Facilitates media type negotiation and content serialization/deserialization using `Accept` and `Content-Type` headers. Supports formats like JSON, XML, CBOR, and ProtoBuf.