getProductsByTrace

@GET(value = "trace/{trace}.json")
abstract suspend fun getProductsByTrace(@Path(value = "trace") trace: String): Search