{
"period": "1000",
"areas": [
"(0,0,100,100)", "(200,200,300,300)", "(500,500,800,800)"
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/layout/playMarquee' \
--header 'Content-Type: application/json' \
--data-raw '{
"period": "1000",
"areas": [
"(0,0,100,100)", "(200,200,300,300)", "(500,500,800,800)"
]
}'
{
"data": "string",
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}