I have the following piece of code:
fun fetchProductFirstFold(url: String) { viewModelScope.launch(Dispatchers.IO) { val result = HkApiServiceProvider