좋아요 or 싫어요 요청 API

POST /treasure/reaction
설명: 좋아요와 싫어요를 요청합니다.
No parameters
Requestbody

Example value

{
“userId” : 1,
“treasureId” : 1,
“reactionType” : “like”
}

Schema

좋아요/싫어요 요청 정보
userId :
유저 index
integer($int32)
example: 1,
treasureId :
보물 index
integer($int32)
example: 1,
reactionType :
좋아요, 싫어요 구분 여부
string
example: like or hate

[Response]

code: 201
Description Created