{
"switchStatus": "0",
"switchCode": "10001",
"accountId": "1701847139726852097"
}
curl --location --request POST 'https://test.myusmile.online/user/switch/changeAccountSwitchStatus' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"switchStatus": "0",
"switchCode": "10001",
"accountId": "1701847139726852097"
}'
{
"flag": true,
"code": 20000,
"message": "操作成功",
"data": null
}