curl --location --request GET '/v2/stats/server/signal/5D42DPPKJNKX?start_time=1741655492&end_time=1741860692&offset=0&limit=10&direction=0' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'X-Tg-Algorithm: TGV1-HMAC-SHA256' \
--header 'X-Tg-Signed-Headers: x-tg-app-id;x-tg-date' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: '{
"code": 0,
"data": [
{
"signal_level": 0,
"ip": "string",
"create_time": 0
}
],
"msg": "string",
"ok": 0,
"requestid": "string",
"status": "string"
}