curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/org/listAllOrgIdWithOrgName' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"code": 0,
"msg": "string",
"data": [
{
"id": 922337203685477600,
"orgName": "string",
"orgCode": "string",
"parentId": 922337203685477600,
"parentCode": "string",
"type": 0,
"sort": 922337203685477600,
"gmtCreate": "2019-08-24T14:15:22.123Z",
"gmtModified": "2019-08-24T14:15:22.123Z",
"isValid": 0,
"children": [
{}
]
}
],
"success": true
}