{
"device_id": "14DS3D7AQ5PL"
}
curl --location --request POST '/v2/device/thumbnail' \
--header 'X-Tg-App-Id;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Pkgname;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "14DS3D7AQ5PL"
}'
{
"code": 200,
"msg": "ok",
"data": {
"1702D8OBYWWQ": {
"image_path": "string",
"event_time": "string"
}
}
}