curl --location --request PUT '/categories/1' \ --header 'Content-Type: application/json' \ --data-raw '{ "categoryName": "여행" }'
{ "code": "1", "message": "성공하였습니다.", "data": null }