curl --location --request GET 'https://sit.cheertoys.cn/api/rewardList?type_code=POPULAR&search=鬼灭&page=1&platform=2' \
--header 'Authorization: Bearer <token>'{
"status": 1,
"msg": "请求成功",
"data": {
"list": [
{
"id": 26,
"title": "鬼灭之刃无限赏",
"imgurl": "https://qilemax.oss-cn-shanghai.aliyuncs.com/113fef7e23bb61c3aa68f9169078de9922bbef84.jpg",
"price": "39.00",
"goods_type": 1,
"discount": 8,
"count1": 1,
"count2": 24,
"is_new": 2
}
],
"last_page": 1,
"count": 1,
"page": null
}
}