getProductByCategory

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