curl --location --request GET '/v2/stats/server/sd_card/693L6GQQGJYY?start_time=1752699729&end_time=1752737054' \
--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": [
{
"status": "string",
"total_size": 0,
"usable_size": 0,
"recording_mode": "string",
"ip": "string",
"create_time": 0,
"update_time": 0
}
],
"msg": "string",
"ok": 0,
"requestid": "string",
"status": "string"
}