curl --location --request GET 'http://localhost:3000/api/weather/1'
{
"success": true,
"data": {
"id": "1",
"name": "烈火",
"type": 0,
"serverDescription": "自身HP1/3以下时火系招数威力变为原来的1.5倍",
"description": "自身HP1/3以下时火系招数威力变为原来的1.5倍"
},
"timestamp": "2025-07-26T13:04:49.188Z"
}