User API

프로필 불러오기

GET /users/mypage

특정 회원 정보를 불러오기

Headers

Name
Type
Description

Authorization*

String

Bearer + token

Request Body

Name
Type
Description

password*

String

비밀번호

프로필 수정

POST /users/mypage

불러 온 특정 회원 정보 수정

Headers

Name
Type
Description

Authorization

String

Bearer + token

Request Body

Name
Type
Description

nickname*

String

닉네임

password*

String

비밀번호

Last updated