{
"accountId": "string",
"pwd": "string",
"switchStatus": "string",
"switchCode": "string",
"deviceId": "string"
}
curl --location --request POST 'https://test.myusmile.online/health/post/changePublishStatus' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"pwd": "string",
"switchStatus": "string",
"switchCode": "string",
"deviceId": "string"
}'
{}