메소드 경로 설명
POST miri-promise/member/login 로그인

Request Header

{
"Content-Type" : "application/json"
}

Request Body

{
"phone" : "01012341234",
"password" : "qwer1234!"
}

Response

<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
}