{
"crowdIdTxId": "string",
"crowdId": 0,
"userCrowdId": 0,
"nickname": "string",
"littleName": "string",
"userId": 0,
"img": "string",
"mobile": "string",
"nameShow": true,
"mobilesShow": true,
"kinsmanCode": "string",
"name": "string",
"birthdayShow": true,
"constellationShow": true,
"zodiacShow": true,
"genderShow": true,
"positionShow": true,
"dead": 0,
"deadDate": "string"
}
curl --location --request POST '/crowd/updateUserCrowd' \
--header 'Content-Type: application/json' \
--data-raw '{
"crowdIdTxId": "string",
"crowdId": 0,
"userCrowdId": 0,
"nickname": "string",
"littleName": "string",
"userId": 0,
"img": "string",
"mobile": "string",
"nameShow": true,
"mobilesShow": true,
"kinsmanCode": "string",
"name": "string",
"birthdayShow": true,
"constellationShow": true,
"zodiacShow": true,
"genderShow": true,
"positionShow": true,
"dead": 0,
"deadDate": "string"
}'
{
"code": 0,
"msg": "",
"data": null
}