{
"id": 0
}
curl --location --request POST '/api/v1/cinema-preset/enable' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'
{
"code": 0,
"message": "string",
"data": {
"infos": [
{
"id": 0,
"type": 0
}
]
}
}