HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💸
10원모아10조❗️
/
📽️
API 명세
/
사용자 회원가입

사용자 회원가입

Method
POST
작업여부
작업여부
API 완료 예정 날짜
담당자
얀주
다나
API 연결여부
API 연결여부
URL
/users
인증 필요
인증 필요
Example Request Body:
{ “email” : “pang@gmail.com” “password” : “1234” “username” : “pang” }
 
Example Response Body:
HTTP header: "location" = "/users/login"