{
"device_id": [
"1702D8OBYWWQ"
]
}curl --location --request POST '/v2/cloud/switchers' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Platform: {{platform}}' \
--header 'X-Tg-Sdk-Version: 23910000' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'X-Tg-App-Pkgname: {{pkgname}}' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": [
"1702D8OBYWWQ"
]
}'{
"code": 0,
"msg": "string",
"data": {
"1702D8OBYWWQ": {
"global_status": true,
"items": [
{
"tag": "string",
"name": "string",
"status": true
}
],
"undisturbed": {
"status": true,
"start": "string",
"end": "string"
},
"interval": 0
}
}
}