Skip to content

비밀번호찾기

Bohyeon Kim edited this page Feb 28, 2022 · 1 revision
메소드 경로 짧은 설명
POST auth/find_password 비밀번호 찾기 핸드폰 인증

요청 헤더

Content-Type: application/json

요청 바디

{
    "email": "test@naver.com",
    "phone": "01012345678"
}

응답 바디

인증번호 전송 완료

{
    "status": 200,
    "success": true,
    "message": "인증번호 전송 완료",
    "data": "956238"
}