curl --location --request GET 'https://api.mediaconnect.no/capi/v1/customer/issues/' \
--header 'Authorization: Bearer <token>'
{
"deliveredIssues": [
{
"issue": "2023-12",
"distributedDate": 1698879600000
},
{
"issue": "2024-01",
"distributedDate": 1701471600000
}
]
}