curl --location 'https://web.richen8.cn/api/v1/treasure-hunt/products?page=1&page_size=10' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3ODAxNDI2MDUsImlhdCI6MTc3NzU1MDYwNSwianRpIjoiYWRjZDdlMjEtNDk4YS00OTYzLWEwMjktNDY1NTA1MmU3MzYyIiwidXNlcl9pZCI6MTEyfQ.59JzeJ5wViprpWtxWcp9yNB9VRXZVfYyO2Ya_enLEUc'[
{
"id": 1,
"product_name": "xxx",
"product_image": "url",
"reference_price": 99,
"bean_per_entry": 100,
"total_entries": 1000,
"round_id": 5,
"round_number": 3,
"current_count": 500,
"progress": "50",
"user_entry_count": 10,
"participant_count": 30
}
]