{
"id": 0,
"operId": "string",
"userId": 0,
"collectTime": "string",
"operType": "string"
}curl --location --request POST '/api/operation/collect' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"operId": "string",
"userId": 0,
"collectTime": "string",
"operType": "string"
}'{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}