요청GET api/v1/users/{productId}/hearts * productId -> 상품 아이디 응답200 Ok { "heart" : boolean // true : 찜한 상품, false : 찜하지 않은 상품 }