curl --location 'https://mohom.kr/api/v1/org?branch_cd=G01000000000' \
--header 'Authorization: Bearer <token>'{
"branch_cd": "G01000000000",
"branch_name": "본부",
"count": 42,
"children": [
{
"branch_cd": "G01010000000",
"branch_name": "1지점",
"count": 12,
"children": []
}
]
}