implementation("io.ktor:ktor-client-resources:3.4.0")
Enables type-safe HTTP requests by defining resources with annotated classes, ensuring compile-time validation of URLs and parameters.