CCRCOPENAUTH: ********************curl --location --request GET 'https://open.lcchunyi.com/v1test/ccrc/customer/families//members' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>'{
"code": "string",
"message": "string",
"data": [
{
"id": "string",
"familyId": "string",
"memberId": "string",
"userId": "string",
"name": "string",
"avatar": "string",
"role": "string",
"isEmergencyContact": true,
"joinedAt": "2019-08-24T14:15:22.123Z"
}
],
"success": true
}