curl --location 'https://openapi.scdata.cc/api/v1/tiktok/user/shop/goods/list?unique_id=popmart.usshop&page=undefined' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"items": [
{
"goods_id": "1731491957866860552",
"goods_name": "THE MONSTERS Let's Checkmate Series-Vinyl Plush Doll",
"goods_pic_url": "https://d3uucz7wx6jq40.cloudfront.net/tiktok.product/1731491957866860552/cover.png",
"currency_symbol": "$",
"goods_price": "114.99",
"goods_sales_revenue": "240559.08",
"goods_sales_volumn": 2092
}
],
"total": 100,
"page": 1,
"page_size": 10,
"total_pages": 10
}
}