{
"id": 0,
"customerNo": 0,
"name": "string",
"deptName": "string",
"key": "string",
"type": 0,
"employeeType": 0,
"employeeNos": [
0
]
}curl --location --request POST '/api/cps/customer/travelRule/addNoExamineStaff' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"customerNo": 0,
"name": "string",
"deptName": "string",
"key": "string",
"type": 0,
"employeeType": 0,
"employeeNos": [
0
]
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}