curl --location '/api/v1/moment/history/page?kw=undefined&type=undefined&pageNum=undefined&pageSize=undefined'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"id": "string",
"type": 1,
"relateId": "string",
"siteSource": "string",
"playEnd": true,
"videoId": "string",
"videoImage": "string",
"videoName": "string",
"videoIndex": "string",
"watchTime": 0,
"duration": 0,
"skipTimeInEnd": 0,
"skipTimeInStart": 0,
"createdAt": 0,
"updatedAt": 0,
"relateSite": null
}
],
"total": 0
}
}