We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Content-type : application/json
POST /api/user/passwordchange
header
{ "Cookie":"쿠키 값", }
body
{ "newpassword":"asdf", }
Success : 200
{ "message": "비밀번호가 변경되었습니다." }
Fail : 403
"message": "비밀번호 변경에 실패하였습니다."