{
"customerId": 0,
"id": 0,
"name": "string",
"code": "string",
"remark": "string",
"dfFlag": "string"
}
curl --location --request POST '/cps/customer/enterpriseRole/saveOrUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0,
"id": 0,
"name": "string",
"code": "string",
"remark": "string",
"dfFlag": "string"
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}