Authorization: ********************
{
"sn": "string",
"productId": 0,
"updateMode": 1
}
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/api/remote/update' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"sn": "string",
"productId": 0,
"updateMode": 1
}'
{
"code": 0,
"data": "",
"message": ""
}