Sign Up
Create a new user
POST
/users/signUp
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
email
String
User Id Email
password
String
Password
userRole
ENUM
ADMIN, CUSTOMER
name
String
이름
birthDate
Datetime
생년월일
phoneNumber
String
전화번호
Response
Last updated