Authorization : -
Content-type : application/json
이메일 중복 검사
Name | Type | Description |
---|---|---|
String | 이메일 |
Name | Type | Description |
---|---|---|
status | String | http 상태 코드 |
success | Boolean | true or false |
message | String | 전송 성공 |
data | Object | |
String | 사용가능 이메일 |
{
"status": 409,
"success": false,
"message": "이미 존재하는 이메일 (tovbskvb) 입니다"
}
<http://localhost:8080/check-email-duplicate>