curl --location --request POST 'https://api.mediaconnect.no/capi/v1/customer/privacy/' \
--header 'Content-Type: application/json' \
--data-raw '{
"permission": [
{
"purpose": "DM"
},
{
"purpose": "EM"
}
]
}'
{
"permission": [
{
"purpose": "DM"
},
{
"purpose": "EM"
}
]
}