회원가입(완료)

회원가입 API

POST api/user/signup

BE : 문범수

Request Body

Name
Type
Description

email*

string

아이디

password*

string

비밀번호

team*

string

부서

teamposition*

string

직책

confirmpassword*

string

비밀번호 재확인

name*

String

이름

{
    // Response
}

Last updated