| 메소드 | 경로 | 설명 |
|---|---|---|
| POST | miri-promise/member/login | 로그인 |
{
"Content-Type" : "application/json"
}
{
"phone" : "01012341234",
"password" : "qwer1234!"
}
<Success>{
"status" : 200,
"message" : "Log in successfully",
"data" : null
}
<Fail>{
"status" : 500,
"message" : "Token without permission information",
"data" : null
}
{
"status" : 500,
"message" : "Internal Server Error",
"data" : null
}