There was an error while loading. Please reload this page.
Context-type : application/json
DELETE /api/post/:id/like
header
{ "Cookie": "쿠키 값", }
body
{ }
Success : 200
{ "userId" : 2, }
Fail : 404 게시물이 없을 경우
"message": "포스트가 존재하지 않습니다."