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