기본 정보

📌 POST /api/signup/check-email-duplicate HTTP/1.1

 Authorization : -
 Content-type : application/json

이메일 중복 검사

Request

Name Type Description
email String 이메일

Response

Name Type Description
status String http 상태 코드
success Boolean true or false
message String 전송 성공
data Object email
email String 사용가능 이메일

Error

{
    "status": 409,
    "success": false,
    "message": "이미 존재하는 이메일 (tovbskvb) 입니다"
}
<http://localhost:8080/check-email-duplicate>