Authorization: Bearer ********************
curl --location --request PATCH 'https://mohom.kr/v1/user/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "position_name": "팀장", "emp_no": "A0002" }'
{ "success": true }