[GET]~/push


Request-Header

Content-Type : multipart/application-json

Request-Params

Request-Body

CherishId : Integer , Cherish table PK(FK는 아님)

Response - body

SUCCESS

{
    "success": true,
    "message": "푸시 테이블 업데이트 성공"
}