suspend fun fetchCourseBookmark(attemptId: String) = safeApiCall { CBOnlineLib.onlineV2JsonApi.getBookmarksByAttemptId(id = attemptId) }