curl --location --request GET '/v2/device-log/server/files/?date&marker&max_keys' \
--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,
"message": "success",
"data": {
"items": [
{
"key": "device_log_20241027_120000.log",
"size": 1048576,
"last_modified": "2024-10-27T12:00:00Z",
"download_url": "https://oss.tange.ai/logs/ABC123456789/device_log_20241027_120000.log?signature=xxx"
}
],
"next_marker": "next_page_marker_string",
"is_truncated": false
}
}