기본 정보

📌 POST /api/signup/confirm-email-code HTTP/1.1

 Authorization : -
 Content-type : application/json

redis에서 검증 코드를 가져옵니다.

Request

Name Type Description
email String 이메일
authcode String 검증 코드

Response

Name Type Description
status String http 상태 코드
success Boolean true or false
message String 성공 message
data Object {authCode}
<http://localhost:8080/confirm-email-code>