{
"device_id": "string"
}
curl --location --request POST '/v2/device/product/info' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string"
}'
{
"code": 200,
"data": {
"device_category_key": "ipc",
"device_product_key": "DP2SQnN6CsY0RJAHZgAVOOFlxjFHD",
"device_product_name": "普通IPC",
"power": ""
},
"msg": "ok",
"ok": 1,
"requestid": "560f85f0-a142-414d-9a5a-5d94a3e6e147",
"status": "ok"
}