curl --location --request PATCH 'https://mohom.kr/api/api/v1/user/1236184' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "테스트2",
"phone": "010-1111-1931",
"pw": "a1234567",
"emp_no": "iFA_test"
}'{
"success": true
}