curl --location -g --request GET 'http://{{ip}}:9000/user-service/sysLocation/getById?id' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"version": 0,
"name": "string",
"dutyUserId": 0,
"status": 0,
"deptName": "string",
"deptId": 0,
"dutyUser": "string",
"existBindingElectronRail": true,
"bindingElectronRailCount": 0
}
}