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