CCRCOPENAUTH: ********************curl --location --request GET 'https://open.lcchunyi.com/v1test/ccrc/customer/customer/service-team/customer/?current&size' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>'{
"code": "string",
"message": "string",
"data": {
"total": 0,
"size": 0,
"current": 0,
"pages": 0,
"records": [
{
"id": 0,
"customerId": 0,
"number": "string",
"serviceTeamId": 0,
"serviceTeamName": "string"
}
]
},
"success": true
}