{
"userId": 0,
"crowdId": 0,
"img": "string",
"name": "string",
"type": 0,
"imgAlbum": [
"string"
],
"introduction": "string",
"cir": [
{
"crowdField": "string",
"requiring": true
}
]
}
curl --location --request POST '/crowd/createCrowd' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"crowdId": 0,
"img": "string",
"name": "string",
"type": 0,
"imgAlbum": [
"string"
],
"introduction": "string",
"cir": [
{
"crowdField": "string",
"requiring": true
}
]
}'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"createTime": "",
"updateTime": "",
"name": "",
"notes": "",
"txId": "",
"createCrowdMes": "",
"real": false
}
}