GlobalScope.launch { try { val apiCall = api.invoke() withContext(Dispatchers.IO) { if (apiCall?.isSuccessful == true) { } else { /