curl --location --request POST 'http://test-cn.your-api-server.com/layout/getMarquee'
{
"data": {
"period": "string",
"areas": [
"string"
]
},
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}