이메일 중복 확인
회원가입시 이메일 중복 확인 API
POST api/user/email
BE : 문범수
Request Body
Name
Type
Description
email*
string
아이디
{
"message": "사용 가능한 이메일입니다.",
"exist": false
}{
"message": "중복된 이메일입니다.",
"exist": true
}Last updated