회원가입 페이지
Last updated 3 years ago
POST /users/signup/email
POST
/users/signup/email
{ "message": "You can use this email" }
{ "message": "This email's already registered." }
POST https://eton.io/users/signup
https://eton.io/users/signup
This endpoint allows you to get free cakes.
{ "message": "Your sign-up completed" }
{ "message": "Please fill every field" }
email
string
Email user want to sign up with
The user's email address.
password
The user's password.
username
The user's nick name.