curl --location --request GET '/v2/device/server/products' \
--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,
"data": [
{
"device_product_key": "DP2SQnN6CsY0RJAHZgAVOOFlxjFHD",
"device_product_name": "普通IPC-365",
"device_category_key": "ipc",
"device_category_name": "",
"device_network": "wifi",
"device_wakeup": "no",
"device_media": "",
"device_channel_count": 1,
"is_p2p_require_purchase": false,
"is_sim_require_purchase": false,
"wx_voip_status": 0
}
],
"msg": "ok",
"ok": 1,
"requestid": "530cf940-ef7f-4382-ac69-3cbbdbc4a22d",
"status": "ok"
}