~~POST~~GET Find ID

가장 초기 메인 화면에서, 로그인 시도 시에, ID찾기 페이지로 이동해서, mobile과 가입한 이름 기준으로 ID찾음

http://localhost:4000/users/email

📥 Request

full_name: full_name,
mobile: mobile,

📤 Response

email: email

"해당하는 유저 정보가 없습니다. 회원가입 혹은 소셜로그인을 시도해보세요"

'err'


GET Find user? Find PW?

사용자 id를 찾을 수 있는 API

http://localhost:4000/users/id

📥 Request

email: email,