We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Content-type : application/json
POST /api/user/otpsend
{ "schoolEmail":"[email protected]", }
Success : 200
{ "message":"입력하신 이메일로 OTP 인증번호가 발송되었습니다." }
Fail : 409 이미 가입된 이메일일 경우
"message":"이미 가입된 이메일입니다."