curl --location --request GET '/admin/v1/treasure/rounds/' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJyb2xlcyI6WyJzdXBlcl9hZG1pbiJdLCJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiaXNzIjoic21hcnQtZ28tdjEtYWRtaW4iLCJzdWIiOiIxIiwiZXhwIjoxNzc0ODQ4MTEyLCJuYmYiOjE3NzQyNDMzMTIsImlhdCI6MTc3NDI0MzMxMn0.zXGZgy3sbiRt_XGqpatOVq62rHKp5_oNNl339Tz3N-0'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"product_id": 1,
"product_name": "iPhone 16 Pro Max",
"round_number": 1,
"total_entries": 10000,
"current_count": 5320,
"status": 0,
"status_name": "进行中",
"winner_user_id": null,
"winning_number": null,
"draw_time": null,
"draw_seed": null,
"created_at": "2025-03-09 10:00:00",
"updated_at": "2025-03-09 12:30:00"
}
}