{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"type": "string",
"typeId": 0,
"targetUserId": 0,
"collectState": 0
}
curl --location --request POST '/weibao/collect' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"type": "string",
"typeId": 0,
"targetUserId": 0,
"collectState": 0
}'
{
"code": 0,
"msg": "",
"data": null
}