otp재발급메일인증번호확인

POST {{baseUrl}}/api/v1/google/refreshOtpConfirm

OTP 재발급 신청후에 이메일로 전송된 인증번호를 입력후 일치 여부를 반환

Request Body

{"otp_refresh_key"=>"0786"}

RESPONSES

status: OK

{"result":true,"msg":"인증번호 확인 완료 되었습니다.","status":200}