getProductsByCity

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