curl --request GET \
--url https://api.decodahealth.com/billing/payment-links \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'[
{
"totalOutstanding": 123,
"paymentLink": "<string>"
}
]curl --request GET \
--url https://api.decodahealth.com/billing/payment-links \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'[
{
"totalOutstanding": 123,
"paymentLink": "<string>"
}
]