-
Notifications
You must be signed in to change notification settings - Fork 0
LOGIN
Youngwoo Park edited this page Sep 6, 2019
·
3 revisions
| 메소드 | 경로 | 짧은 설명 |
|---|---|---|
| POST | /users/login | 로그인 |
Content-Type : application/json,
Authorization : <token>{
"email" : "ywooo21@gmail.com",
"password" : "unifarmpassword"
}{
"status": 201,
"message": "로그인 성공",
"data": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ1bmlmYXJtIiwidXNlcl9JZHgiOjl9.2FguegbBxWfn_MvGHkdQzpssoBXh-GWvQQInVZBuZgE"
}{
"status": 401,
"message": "로그인 실패",
"data": null
}