{
"userId": 0,
"crowdId": 0,
"operationKey": "string",
"operationDetails": "string"
}
curl --location --request POST '/crowd/operation/logs/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"crowdId": 0,
"operationKey": "string",
"operationDetails": "string"
}'
{
"code": 0,
"msg": "",
"data": [
{
"userId": 0,
"crowdId": 0,
"operationKey": "",
"operationDetails": ""
}
]
}