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/otpcheck
{ "otpcheck":"123456", }
Success : 200
{ "message":"OTP 인증에 성공했습니다." }
Fail : 401 잘못된 인증번호일 경우
"message":"잘못된 인증번호입니다."