curl --location --request PUT '/api/v1/moment/history' \
--header 'Content-Type: application/json' \
--data '{
"id": [
"string"
],
"doc": {
"type": 1,
"relateId": "string",
"siteSource": "string",
"playEnd": true,
"videoId": "string",
"videoImage": "string",
"videoName": "string",
"videoIndex": "string",
"watchTime": 0,
"duration": 0,
"skipTimeInEnd": 0,
"skipTimeInStart": 0
}
}'{
"code": 0,
"msg": "ok",
"data": [
{
"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
}
]
}