-
Notifications
You must be signed in to change notification settings - Fork 0
email로그인
정수현 edited this page Dec 2, 2021
·
9 revisions
- Content-Type: application/json
필드 | 타입 | 설명 |
---|---|---|
STRING | 이메일 | |
password | STRING | 비밀번호 |
- token: jwt.token.here
User
{
"code": 200,
"message": "Success",
"data": {
"member": {
"id": 1,
"token": "jwt.token.here",
"email": "[email protected]",
"nickname": "awesomeo184",
"profile_image": "",
"address": "동대문구 회기동"
}
}
}