curl --location --request GET '/api/v1/cinema-color-correction/list'
{
"code":0,
"message":"string",
"data":{
"id":0,
"infos":[
{
"id":0,
"name":"string",
"createTime":0,
"shortcut":0,
"originGamut":{
"targetGamut":{
"name":"string",
"gamut":{
"rLxy":{
"cx":0,
"cy":0
},
"gLxy":{
"cx":0,
"cy":0
},
"bLxy":{
"cx":0,
"cy":0
},
"wLxy":{
"cx":0,
"cy":0
}
},
"colorTemperature":0
}
},
"targetGamut":{
"isStandardGamut":true,
"standardGamutType":0,
"targetGamut":{
"name":"string",
"gamut":{
"rLxy":{
"cx":0,
"cy":0
},
"gLxy":{
"cx":0,
"cy":0
},
"bLxy":{
"cx":0,
"cy":0
},
"wLxy":{
"cx":0,
"cy":0
}
},
"colorTemperature":0
}
}
}
]
}
}