curl --location --request GET 'https://web.richen8.cn/api/v1/treasure-hunt/round-result?round_id=xxx' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"round_id": 1,
"round_number": 5,
"product_id": 1,
"status": 2,
"draw_time": "2026-04-03 10:45:00",
"winning_number": "A00042",
"winner_user_id": 123,
"is_winner": true,
"win_record": {
"record_id": 88,
"product_type": 0,
"status": 0,
"claimed_at": null
}
}