curl --request GET \
--url https://api.example.com/contests/daily/templates/{template_id} \
--header 'X-API-Key: <api-key>'{
"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 https://api.example.com/contests/daily/templates/{template_id} \
--header 'X-API-Key: <api-key>'{
"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": {}
}Successful Response