sequenceDiagram 사용자 ->> Client : 프로필 수정 요청 Client ->> Server : PUT api/users Server ->> Auth : 프로필 수정 요청 Auth ->> Auth : 토큰에서 userId 추출 Auth ->> User : 프로필 수정 요청 User -->> Server : 응답 및 예외처리 Server -->> Client : 응답 및 예외처리 Client ->> 사용자 : 응답 및 예외처리
{ "image" : "https://www.google.com/images/branding/googlelogo/2x/googlelogo_light_color_272x92dp.png" "nickName" : "우리맵스", }
{ "data":{ "imageUrl":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_light_color_272x92dp.png", "nickName":"우리맵스" } }