{
"userId": 0,
"crowdId": 0,
"operationType": 0,
"var": "string"
}
curl --location --request POST '/crowd/operation/logs/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"crowdId": 0,
"operationType": 0,
"var": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}