{
"id": 0,
"userId": 0,
"supervisorId": 0,
"optTime": "string",
"optName": "string",
"valid": 0
}
curl --location --request POST '/api/cps/customer/enterpriseUser/addSupervisor' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": 0,
"supervisorId": 0,
"optTime": "string",
"optName": "string",
"valid": 0
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}