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