브렌치까지 하면 좋고, 각자 테스트 해주세요
method: PATCH
url: {protocol}{domain}:{port}/user/editIntroduction
// body
{
"data": {
"where": {
"id": 1 // 바꾸려는 유저의 id
},
"data": {
"introduction": "test introduction" // 바꾸려는 닉네임 값
}
}
}