현재비밀번호만체크(마이페이지)

POST {{baseUrl}}/api/v1/user/checkCurrentPassword

현재 입력한 비밀번호가 실제 사용자의 비밀번호가 맞는지 체크합니다.

Request Body

{"current_password"=>"Qweasd123#"}

RESPONSES

status: OK

{"msg":"현재 비밀번호가 맞지 않습니다.","result":false}