curl --location --request POST '/douyin/comment/action/?user_id&token&video_id&action_type'
{
"status_code": 0,
"status_msg": "string",
"comment": {
"id": 0,
"user": {
"id": 0,
"name": "string",
"follow_count": 0,
"follower_count": 0,
"is_follow": true
},
"content": "string",
"create_date": "string"
}
}