팀 노션 모음집
/
뉴스피드 프로젝트
/
일찍끝내조!
/
API
/
유저 회원 가입
Search
Duplicate
유저 회원 가입
Method
POST
API
/api/auth/signup
Category
user
Request Body
{ “username”:string(NotNull), ”password”:string(NotNull), “email”:string(NotNull) }
Request Header
Response Body
{ "success": true, "httpStatus": "OK", "responseBody": { "data": "singup success", "errorResponse": null } }
비고