getProductsByBrand

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