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