suspend fun fetchMyCourses(offset: String) = safeApiCall {
        CBOnlineLib.onlineV2JsonApi.getMyCourses(offset = offset)
    }