curl --location --request GET 'http://localhost:8081/marketing/customerFamilyRelation/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"customerId": 0,
"customerName": "string",
"familyId": 0,
"phoneNumber": "string",
"familyName": "string",
"age": 0,
"sex": "string",
"level": "string",
"familyRelationship": "string"
}
}