프로필 조회 (본인)
요청
GET
/api/chat/profile/me
JWT에 저장된 로그인 유저 본인의 프로필 정보를 조회합니다.
Headers
Name
Value
Authorization
Bearer {accessToken}
응답 예시
Last updated
GET
/api/chat/profile/me
JWT에 저장된 로그인 유저 본인의 프로필 정보를 조회합니다.
Headers
Authorization
Bearer {accessToken}
Last updated