{
"crowdId": 0,
"familyId": 0,
"userLists": [
{
"bookId": 0,
"name": "string",
"money": "string",
"happenDate": "string"
}
]
}
curl --location --request POST '/crowd/family/add/member' \
--header 'Content-Type: application/json' \
--data-raw '{
"crowdId": 0,
"familyId": 0,
"userLists": [
{
"bookId": 0,
"name": "string",
"money": "string",
"happenDate": "string"
}
]
}'
{
"code": 0,
"msg": "",
"data": false
}