curl --location --request GET '/api/v2/wecom/moment/detail?token=&id='
{
"errcode": 0,
"errmsg": "string",
"data": {
"id": "string",
"name": "string",
"count": 0,
"successCount": 0,
"likeCount": 0,
"commentCount": 0,
"likeWxids": [
"string"
],
"comments": [
{
"message": "string",
"isSelf": true,
"botId": "string",
"wxid": "string"
}
],
"createTime": 0,
"scheduleTime": 0
}
}