getProductByStores

@GET(value = "store/{store}/{page}.json")
abstract suspend fun getProductByStores(    @Path(value = "store") store: String,     @Path(value = "page") page: Int,     @Query(value = "fields") fields: String): Search