{
"moment_id": "momxxx",
"userid": "xxx"
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/get_moment_comments?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"moment_id": "momxxx",
"userid": "xxx"
}'
{
"errcode": 0,
"comment_list": [
{
"create_time": 0,
"userid": "string"
}
],
"errmsg": "string",
"like_list": [
{
"create_time": 0,
"userid": "string"
}
]
}