We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Content-type : text/html
POST /api/user/reissuance
{ "userId":"abc", "schoolEmail":"[email protected]", }
Success : 200
{ "message": "이메일 발송이 완료되었습니다." }
Fail : 401 아이디/이메일이 일치하지 않을 경우
"message": "아이디/이메일이 일치하지 않습니다."