curl --request PUT \
--url https://backstage.example.com/api/soundcheck/checks/{checkId} \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"ownerEntityRef": "<string>",
"name": "<string>",
"description": "<string>",
"filter": {}
}
'