Authorization: Bearer ********************read-For all accesscurl --location --request POST 'https://api.mediaconnect.no/capi/v1/customer/metadata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"foo": "some text"
}'{
"foo": "some text"
}