[
{
"switchId": 10000,
"status":0
},
{
"switchId": 10001,
"status": 0
}
]
curl --location --request POST 'https://test.myusmile.online/user//switch' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"switchId": 10000,
"status":0
},
{
"switchId": 10001,
"status": 0
}
]'
{}