{
"userId": 0,
"userCrowdId": 0,
"familyUserid": 0,
"crowdId": 0,
"describe": "string",
"name": "string"
}
curl --location --request POST '/crowd/family/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userCrowdId": 0,
"familyUserid": 0,
"crowdId": 0,
"describe": "string",
"name": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}