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