로그인(완료)
로그인 API
POST api/user/login
BE : 문범수
Request Body
Name
Type
Description
email*
string
아이디
password*
string
비밀번호
{
"accesstoken" : "token"
}{
"message" : "아이디 혹은 비밀번호가 올바르지 않습니다."
}Last updated
POST api/user/login
BE : 문범수
email*
string
아이디
password*
string
비밀번호
{
"accesstoken" : "token"
}{
"message" : "아이디 혹은 비밀번호가 올바르지 않습니다."
}Last updated