curl --location --request GET 'https://web.richen8.cn/api/v1/treasure-hunt/my-entries?page=undefined&page_size=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3ODAxNDI2MDUsImlhdCI6MTc3NzU1MDYwNSwianRpIjoiYWRjZDdlMjEtNDk4YS00OTYzLWEwMjktNDY1NTA1MmU3MzYyIiwidXNlcl9pZCI6MTEyfQ.59JzeJ5wViprpWtxWcp9yNB9VRXZVfYyO2Ya_enLEUc' \
--header 'Content-Type: application/json' \
--data '{
"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
}'