{
"crowdId": 0,
"familyId": 0,
"userLists": [
{
"name": "string",
"phone": "string",
"avatar": "string",
"birthday": "string",
"remark": "string",
"calendarType": 0,
"career": "string",
"company": "string",
"gender": 0,
"zodiac": "string",
"constellation": "string",
"nation": "string",
"careerDirection": "string",
"industry": "string",
"nativeCode": "string",
"workCode": "string",
"addressDetails": "string",
"memo": "string",
"order": 0
}
]
}curl --location --request POST '/crowd/family/add/member' \
--header 'Content-Type: application/json' \
--data-raw '{
"crowdId": 0,
"familyId": 0,
"userLists": [
{
"name": "string",
"phone": "string",
"avatar": "string",
"birthday": "string",
"remark": "string",
"calendarType": 0,
"career": "string",
"company": "string",
"gender": 0,
"zodiac": "string",
"constellation": "string",
"nation": "string",
"careerDirection": "string",
"industry": "string",
"nativeCode": "string",
"workCode": "string",
"addressDetails": "string",
"memo": "string",
"order": 0
}
]
}'{
"code": 0,
"msg": "",
"data": false
}