{
"position": 1,
"note": "Personal dongle - Do not reset"
}
curl --location -g --request POST 'http://localhost/v2/change_device_note' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": 1,
"note": "Personal dongle - Do not reset"
}'
{
"status": true,
"msg": "Change device note of device successfully!"
}