We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Context-type : application/json
POST /api/post/:id/like
header
{ "Cookie": "쿠키 값", }
body
{ }
Success : 200
{ "userId": 2 }
Fail : 404 게시물이 없을 경우
"message": "포스트가 존재하지 않습니다."