{
"name": "string",
"introduce": "string",
"groupLeaderUpdate": true,
"notes": "string",
"txId": "string",
"createCrowdMes": "string",
"real": true,
"sharedTemplate": true,
"roomNo": "string",
"img": "string",
"realName": true,
"remk": "string",
"imgAlbum": [
"string"
],
"type": 0
}
curl --location --request POST '/crowd/updateByTxId' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"introduce": "string",
"groupLeaderUpdate": true,
"notes": "string",
"txId": "string",
"createCrowdMes": "string",
"real": true,
"sharedTemplate": true,
"roomNo": "string",
"img": "string",
"realName": true,
"remk": "string",
"imgAlbum": [
"string"
],
"type": 0
}'
{
"code": 0,
"msg": "",
"data": null
}