curl --location --request GET 'https://web.richen8.cn/api/v1/treasure-hunt/drawn-rounds?page=1&page_size=10&product_id=1' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"list": [
{
"round_id": 5,
"round_number": 3,
"product_id": 1,
"product_name": "xxx",
"product_image": "url",
"reference_price": 99,
"bean_per_entry": 100,
"total_entries": 1000,
"winning_number": "10000088",
"winner_user_id": 123,
"draw_time": "2026-03-09T..."
}
],
"total": 50,
"page": 1
}