suspend fun getMyDoubts(acknowledgedId: String): ResultWrapper<Response<JSONAPIDocument<List<Doubts>>>> {
        return safeApiCall { CBOnlineLib.onlineV2JsonApi.getMyDoubts(acknowledgedId = acknowledgedId) }
    }