-
Notifications
You must be signed in to change notification settings - Fork 0
Home
razelo992 edited this page Sep 12, 2021
·
11 revisions
-
Request-Header
Content-Type : application/json
-
Request-body
id : String
password: String -
Response-body
status: int
success: boolean
message: String -
SUCCESS - RETURN
{ "status": 200, "success": true, "message": "로그인이 성공적으로 이루어졌습니다." }
-
Request-Header
Content-Type : application/json
-
Request-body
id : String
password: String -
Response-body
status: int
success: boolean
message: String -
SUCCESS - RETURN
{ "status": 200, "success": true, "message": "회원가입이 완료되었습니다." }
- Request-Header
Content-Type : application/json
- Request-body
id : String
password: String
score: int
-
Request-Header
Content-Type : application/json
-
Response-body
id : String
password: String
score: int -
SUCCESS - RETURN
{{ "id": "domino11", "password": "aeao1111ff", "score": 55 }, { "id": "thanos11", "password": "planet243", "score": 100 }, { "id": "avengers42", "password": "earth4234", "score": 1023 }}