findAutocompletePredictions

abstract suspend fun findAutocompletePredictions(    query: String?,     country: String,     limit: Int): Result<FindAutocompletePredictionsResponse>