Content-Type
: multipart/application-json
email
: String
, 유저 이메일(로그인할 때 사용되는 아이디)
password
: String
, 비밀번호
id
: Integer
, 유저 id
nickname
{
"success": true,
"message": "로그인 성공 ^o^",
"data": {
"UserId": 1,
"user_nickname": "hunki"
}
}
{
"errors": [
{
"msg": "email is required",
"param": "email",
"location": "body"
},
{
"msg": "password is required",
"param": "password",
"location": "body"
}
]
}