Request헤더headers { Authorization: "Bearer ${token}" }토큰으로부터 사용자 아이디를 추출함 바디{ "nickname": "sds", "description": "my name is sds", "proficiency": "BEGINNER", "positions": ["PF", "PG"] || ["PF"] || ["TBD"] } BodyFiledTypeDescription비고열nicknameString변경된 닉네임1~15글자 이내descriptionString나를 한마디로 표현1~25글자 이내proficiencyStringNull숙련도 (뉴비, 중수, 고수)BEGINNER -뉴비 INTERMEDIATE- 중수 MASTER- 고수positionsStringNull포지션 (PF, SF, SG, PG, C, TBD)PF (Power Forward) SF (Small Forward) SG (Shooting Guard) PG (Point Guard) C (Center) TBD (미정) RESPONSEJSON (예시) BodyPathTypeDescription비고userIdNumber사용자 구별키true/falseserverDateTimeStringapi 응답시간