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