{
"deptId": "string"
}curl --location --request POST 'https://bcloud.jftechws.com/openApi/consumer/customer/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": "string"
}'{
"success": false,
"msg": "",
"code": "",
"model": [
{
"id": "",
"phone": "",
"email": "",
"superAdmin": 0,
"name": "",
"platformUser": 0,
"departmentResps": [
{
"name": "",
"id": ""
}
]
}
],
"attributes": ""
}