{
"name": "string",
"screenSize": {
"width": 0,
"height": 0
},
"sourceScalerMode": 0,
"screenLimit": {
"width": 0,
"height": 0
},
"screenOffset": {
"x": 0,
"y": 0
},
"autoCentre": 0
}curl --location --request POST '/api/v1/cinema-screen/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"screenSize": {
"width": 0,
"height": 0
},
"sourceScalerMode": 0,
"screenLimit": {
"width": 0,
"height": 0
},
"screenOffset": {
"x": 0,
"y": 0
},
"autoCentre": 0
}'{
"code": 0,
"message": "string",
"data": {}
}