GET USER INFO

Get USER INFO

GET /user/{user_id}

<Description of the endpoint> user_id

Response

{
  "SETTOP_NUM": "ABC12345",
  "USER_ID": 1,
  "USER_NAME": "이민정",
  "GENDER" : "여자",
  "AGE": 24,
  "SPOTIFY" : 0
}

Last updated