curl --location --request POST 'https://api.mediaconnect.no/capi/v1/customer/pbm//' \
--header 'Content-Type: application/json' \
--data-raw '{
"channels": [
{
"type": "PERMISSION",
"value": "DM"
}
]
}'
{
"channels": [
{
"type": "PERMISSION",
"value": "DM"
}
]
}