[Post] ~/login/phoneAuth


Request-Header

Request-Params

Request-Body

phone : String , 핸드폰 번호

Response - body


SUCCESS

{
    "success": true,
    "message": "인증번호 전송 성공",
    "data": 6046
}

FAIL 1 : 파라미터 값이 들어오지 않았을 경우

{
    "status": 404,
    "message": "필요한 값이 없습니다",
    "success": false  
}

FAIL 2 : 내부 서버 오류

{
    "status": 500,
    "message": "서버 오류",
    "success": false
}