{
"namePrefix": "string",
"presetIdObj": {
"id": 0,
"sceneType": 0
},
"keyPosition": [
0
],
"name": "string"
}curl --location --request PUT 'http://prod-cn.your-api-server.com/v1/preset/create-assign' \
--header 'Content-Type: application/json' \
--data-raw '{
"namePrefix": "string",
"presetIdObj": {
"id": 0,
"sceneType": 0
},
"keyPosition": [
0
],
"name": "string"
}'{
"code": 0,
"message": "string",
"data": [
{
"presetId": 0,
"presetIdObj": {
"id": 0,
"sceneType": "string"
},
"general": {
"name": "string"
},
"screens": [
{
"screenId": 0,
"screenIdObj": {
"id": 0,
"type": 0
},
"general": {
"name": "string"
},
"mosaic": {
"type": 0,
"splice": {
"row": 0,
"column": 0
},
"window": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
},
"outputs": [
{
"interfaceId": 0,
"pos": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
},
"crop": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
}
]
},
"layers": [
{
"layerId": 0,
"layerIdObj": {
"id": 0,
"type": 0,
"sceneType": 0,
"attachScreenId": 0,
"attachScreenType": 0
},
"general": {
"name": "string"
},
"source": {
"general": {
"sourceId": 0,
"sourceType": 0
}
},
"window": {
"width": 0,
"height": 0,
"x": 0,
"y": 0
},
"enable": 0
}
]
}
],
"keyPosition": [
0
]
}
]
}