{
"aweme_id":"3xgnquu66yjxngq",
"pcursor":"0"
}
curl --location --request POST '/api/ks/video_comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"aweme_id":"3xgnquu66yjxngq",
"pcursor":"0"
}'
{
"code": 0,
"msg": "string",
"data": {
"result": 0,
"pcursor": "string",
"host-name": "string",
"subCommentsMap": {},
"rootComments": [
{
"content": "string",
"type": 0,
"time": "string",
"timestamp": 0,
"authorVerified": true,
"authorArea": "string",
"commentAuthorTags": [
null
],
"commentBottomTags": [
null
],
"cashTags": {},
"likedCount": 0,
"reply_to": 0,
"comment_id": 0,
"profilePagePrefetchInfo": {
"profilePageType": 0
},
"author_id": 0,
"headurls": [
{
"cdn": "string",
"url": "string"
}
],
"photo_id": 0,
"headurl": "string",
"user_sex": "string",
"author_liked": true,
"user_id": 0,
"author_name": "string"
}
],
"commentCount": 0
}
}