implementation("io.ktor:ktor-client-mock:3.3.2")
Simulates HTTP calls without actual network requests, facilitating efficient client testing with customizable responses.