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