{
"txId": "string",
"userCrowdId": [
0
]
}
curl --location --request POST '/crowd/removeCrodByUserCrowdId' \
--header 'Content-Type: application/json' \
--data-raw '{
"txId": "string",
"userCrowdId": [
0
]
}'
{
"code": 0,
"msg": "",
"data": null
}