curl --location --request GET '/v2/device/thumbnail?device_id=1702D8OBYWWQ&user_id=34' \
--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": 200,
"msg": "ok",
"data": {
"1702D8OBYWWQ": {
"image_path": "string",
"event_time": "string"
}
}
}