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/user/passwordcheck
header
{ "Cookie":"쿠키 값", }
body
{ "password":"1234567", }
Success : 200
{ "message": "비밀번호가 확인이 완료되었습니다." }
Fail : 401 비밀번호가 일치하지 않을 경우
"message": "비밀번호가 일치하지 않습니다."