{
"accountId": "string",
"pwd": "string",
"switchStatus": "string",
"switchCode": "string",
"deviceId": "string"
}
curl --location --request PUT 'https://test.myusmile.online/system/dict/type' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"pwd": "string",
"switchStatus": "string",
"switchCode": "string",
"deviceId": "string"
}'
{}