{
"crowdId": 0,
"mobile": "string",
"mobileUpdate": "string",
"nameUpdate": "string",
"nameShowUpdate": true,
"mobileShowUpdate": true
}
curl --location --request POST '/crowd/updateUserCrowdAuthentication' \
--header 'Content-Type: application/json' \
--data-raw '{
"crowdId": 0,
"mobile": "string",
"mobileUpdate": "string",
"nameUpdate": "string",
"nameShowUpdate": true,
"mobileShowUpdate": true
}'
{
"code": 0,
"msg": "",
"data": 0
}