{
"id": "string",
"phone": "string",
"name": "string",
"email": "user@example.com",
"deptIdList": [
"string"
]
}curl --location --request POST 'https://bcloud.jftechws.com/openApi/consumer/customer/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"phone": "string",
"name": "string",
"email": "user@example.com",
"deptIdList": [
"string"
]
}'{
"success": false,
"msg": "",
"code": "",
"model": false,
"attributes": ""
}