CCRCOPENAUTH: ********************{
"familyId": 0,
"roomId": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/customer/families/getMemberOrFamilyDetail' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"familyId": 0,
"roomId": 0
}'{
"code": "string",
"message": "string",
"data": {
"familyInfoDTO": {
"id": 0,
"familyId": 0,
"familyName": "string",
"ownerUserId": 0,
"role": "string",
"abnormalCount": 0,
"rooms": [
{
"id": 0,
"roomName": "string"
}
]
},
"roomInfoDTO": {
"id": 0,
"roomName": "string"
}
},
"success": true
}