{
"userCrowdId": 0,
"userId": 0,
"mobile": "string",
"name": "string",
"yzm": "string",
"nameShow": true,
"mobileShow": true
}
curl --location --request POST '/crowd/userCrowdAuthentication' \
--header 'Content-Type: application/json' \
--data-raw '{
"userCrowdId": 0,
"userId": 0,
"mobile": "string",
"name": "string",
"yzm": "string",
"nameShow": true,
"mobileShow": true
}'
{
"code": 0,
"msg": "",
"data": null
}