담당자
이수형
Path
/users/login
기능
회원 로그인
비고
완료
완료
HTTP verbs
POST
도메인
회원

Request


{ email : String, password : String }

Response


{ id: string, token : String, username : String, roles : String }
이부분은 인증방식이 결정되면 추후 논의가 필요할 것 같습니다.

Response


이수형
{ "id": Number, "token": String, "username": String, "roles": String }