{
"videoId": "7390123456789012345"
}curl --location 'https://redfox.hk/story/api/dy/ability/starCheck' \
--header 'REDFOX_API_KEY: ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"videoId": "7390123456789012345"
}'{
"code": 2000,
"data": {
"isStar": true,
"videoId": "7390123456789012345",
"content": "好物推荐,这款洗面奶真的超好用!",
"authorName": "小美日常分享",
"authorUid": "1234567890",
"authorSecUid": "MS4wLjABAAAAxxxxxxxxxxxxxxxxxxxxx",
"publishTime": "1724918400"
},
"msg": "成功"
}