[
{
"screenId": 0,
"screenGuid": "string",
"effectSelect": 0,
"direction": 0,
"switchEffect": {
"time": 0,
"type": 0
},
"screenName": "string"
}
]
curl --location --request PUT 'http://prod-cn.your-api-server.com/v1/screen/take' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"screenId": 0,
"screenGuid": "string",
"effectSelect": 0,
"direction": 0,
"switchEffect": {
"time": 0,
"type": 0
},
"screenName": "string"
}
]'
{
"code": 0,
"message": "string",
"data": {}
}