-
Notifications
You must be signed in to change notification settings - Fork 0
SIGNUP
Youngwoo Park edited this page Sep 6, 2019
·
6 revisions
| 메소드 | 경로 | 짧은 설명 |
|---|---|---|
| POST | /users/signup | 회원가입 |
Content-Type : application/json,
Authorization : <token>{
"user" :{
"password" : "1234abcd",
"email" : "ywo21@gmail.com",
"name" : "이영우",
"entranceYear" : "14",
"major" : "전자공학과",
"gender" : "M"
},
"keywords" : ["어촌", "일손", "마을공동체"]
}{
"status": 201,
"message": "회원 가입 완료",
"data": null
}{
"status" : 600,
"message" : "회원 가입 실패",
"data" : null
}