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