close
Closes the underlying Ktor HTTP client and releases all resources.
This method should be called when the client is no longer needed to properly clean up connections, thread pools, and other resources. After calling close(), the client should not be used anymore.