{
"id": 0,
"createTime": "string",
"updateTime": "string",
"crowdId": 0,
"userCrowdFamilyId": 0,
"name": "string",
"sex": true,
"birthday": "string",
"deathAnniversary": "string",
"lateDay": 0
}
curl --location --request POST '/crowd2/addUserLate' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"createTime": "string",
"updateTime": "string",
"crowdId": 0,
"userCrowdFamilyId": 0,
"name": "string",
"sex": true,
"birthday": "string",
"deathAnniversary": "string",
"lateDay": 0
}'
{
"code": 0,
"msg": "",
"data": 0
}