RequestJSON (예시){ "nickname": "sds", "description": "my name is sds", "skill": "BEGINNER", "position": "PF" }PathVariableFiledTypeDescription비고열userIdNumber사용자 구분 키 BodyFiledTypeDescription비고열nicknameString변경된 닉네임1~15글자 이내descriptionString나를 한마디로 표현1~25글자 이내skillString숙련도 (뉴비, 중수, 고수)BEGINNER -뉴비 INTERMEDIATE- 중수 MASTER- 고수positionStringNull포지션 (PF, SF, SG, PG, C)PF (Power Forward) SF (Small Forward) SG (Shooting Guard) PG (Point Guard) C (Center) UNDEFINED(미정) RESPONSEJSON (예시) { "success": true, "serverDateTime": "2021-12-01T12:00:00" } BodyPathTypeDescription비고successBoolean성공여부true/falseserverDateTimeStringapi 응답시간