CCRCOPENAUTH: ********************curl --location --request GET 'https://open.lcchunyi.com/v1test/ccrc/customer/families/family/' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>'{
"code": "string",
"message": "string",
"data": {
"id": 0,
"familyId": 0,
"familyName": "string",
"ownerUserId": 0,
"role": "string",
"abnormalCount": 0,
"rooms": [
{
"id": 0,
"roomName": "string"
}
]
},
"success": true
}