{
    "screenIdList": [
        "string"
    ],
    "bitDepth": 0
}curl --location -g --request PUT 'http://127.0.0.1:8001/api/v1/screen/output/bitdepth' \
--header 'Content-Type: application/json' \
--data-raw '{
    "screenIdList": [
        "string"
    ],
    "bitDepth": 0
}'