curl --location --request GET 'https://api.mediaconnect.no/capi/v1/customer/payment/vipps/agreement' \
--header 'Authorization: Bearer <token>'
{
"recurringAgreements": [
{
"agreementRef": "abcd-efgh",
"paymentProviderId": 55,
"productCode": "CO27409"
}
]
}