curl --location 'https://mohom.kr/api/v1/user?branch_cd=G010000000000&id=undefined&empNo=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer <token>'{
"count": 12,
"data": [
{
"id": 1,
"phone": "010-1234-5678",
"user_name": "홍길동",
"user_type": "ORG",
"auth_lv": "MEMBER",
"branch_cd": "G01000000000",
"domain": "hong",
"emp_no": "A0001",
"homepage_style": "MOFIT",
"create_time": "2026-01-01T00:00:00.000Z",
"company_name": "모핏"
}
]
}