{
"state": true
}
curl --location --request POST 'http://test-cn.your-api-server.com/layout/setMarqueeState' \
--header 'Content-Type: application/json' \
--data-raw '{
"state": true
}'
{
"data": {},
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}