curl --location --request GET '/lights//details' \
--header 'Authorization: bearer {{token}}' \
--header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'
{
"code": 200,
"result": {
"modified_at": "2023-03-24 16:34:50",
"name_en": "Morning",
"desc_en": "Initialize the lighting model with default settings for users to experience the system for the first time.",
"system_data": true,
"sun_azimuth_angle": 135,
"desc": "初始化光照模型,所有参数均使用默认配置,可用于用户初次使用系统体验使用。\n",
"name": "上午",
"user_id": 1,
"company_id": 1,
"invalid": 0,
"id": 2,
"created_at": "2022-11-09 08:56:45",
"sun_altitude_angle": 75
},
"message": ""
}