curl --location --request GET 'https://web.richen8.cn/api/v1/treasure-hunt/my-entries?page&page_size' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": [
{
"id": 100, // uint64, 记录ID
"round_id": 5, // uint64
"product_id": 1, // uint64
"product_name": "xxx", // string
"product_image": "url", // string
"entry_number": "10000001", // string, 夺宝号码
"bean_cost": 100, // int64, 消耗智慧豆
"status": 0, // int8, 0=正常 1=中奖
"created_at": "2026-03-09T..." // time.Time
}
],
"total": 20,
"page": 1
}'