{
"deviceId": "30",
"platformId": "{{PlatformID}}"
}
curl --location --request POST 'http://192.168.56.7:18082/vic/v1/subscribe/refresh' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "30",
"platformId": "42020100002000000001"
}'
{
"code": 0,
"message": "success"
}