curl --location --request PATCH 'https://api.mediaconnect.no/capi/v1/product/delivery' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productCode": "ABC",
"distributionLevel": "N"
}'{
"success": true
}