curl --location --request GET 'https://api.tikhubapi.com/api/v1//video/list/by-seller-id?seller_id=7494662098975951181&cursor=0' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"msg": "success",
"data": {
"cursor": 2,
"has_more": true,
"videoIds": [
"7139172409529142554",
"7146553261359762714",
"7153178607819525402",
"7155426247386991899",
"7158293728057249050",
"7158413282695564571",
"7162737701639212315",
"7165402178448788762",
"7166491373707808027",
"7166811838879911194"
]
}
}