suspend fun fetchCourseContentDoubts(attemptId: String, contentId: String) = safeApiCall { CBOnlineLib.onlineV2JsonApi.getDoubtsForContent(attemptId, contentId) }