implementation("io.ktor:ktor-client-content-negotiation:2.0.0-beta-1")
Enables automatic content conversion in HTTP clients based on `Content-Type` and `Accept` headers. Supports custom converters for handling various data formats.