{
"switchEffect": {
"time": 0,
"type": 0
}
}
curl --location --request PUT 'http://prod-cn.your-api-server.com/v1/screen/global/switch-effect' \
--header 'Content-Type: application/json' \
--data-raw '{
"switchEffect": {
"time": 0,
"type": 0
}
}'
{
"code": 0,
"message": "string",
"data": [
{}
]
}