curl --request GET \
--url http://localhost:8080/contests/daily/templates{
"items": [
{
"id": 123,
"name": "<string>",
"slug": "<string>",
"prize_type": "<string>",
"prize_value": "<string>",
"max_winners": 123,
"attempts_per_user": 123,
"times_per_day": 123,
"cooldown_hours": 123,
"is_enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"schedule_times": "<string>",
"payload": {}
}
]
}curl --request GET \
--url http://localhost:8080/contests/daily/templates{
"items": [
{
"id": 123,
"name": "<string>",
"slug": "<string>",
"prize_type": "<string>",
"prize_value": "<string>",
"max_winners": 123,
"attempts_per_user": 123,
"times_per_day": 123,
"cooldown_hours": 123,
"is_enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"schedule_times": "<string>",
"payload": {}
}
]
}