Authorization: Bearer ********************
curl --location --request GET '/api/v2/ktties//subscription'
{
"status": "active",
"monthly_fee_per_member": {
"amount": "100.12",
"currency_code": "AUD"
},
"monthly_fee_max": {
"amount": "100.12",
"currency_code": "AUD"
},
"active_members_count": 0,
"next_billing_date": "2019-08-24T14:15:22Z",
"free_card_activated": true,
"estimated_monthly_fee": {
"amount": "100.12",
"currency_code": "AUD"
},
"pending_fees": {
"amount": "100.12",
"currency_code": "AUD"
}
}