Authorization: Bearer ********************read-For all accesscurl --location --request GET 'https://api.mediaconnect.no/capi/v1/customer/addressCategory/categoryCodes' \
--header 'Authorization: Bearer <token>'{
"categoryCodeList": [
{
"categoryType": "Job",
"categoryCode": "Software Engineer",
"description": "Coding expert"
}
]
}