curl --location --request GET 'https://api.inboxkit.com/v1/api/billing/subscription'
{
"team": "Acme Corp",
"email": "[email protected]",
"current_subscription": {
"_id": "string",
"uid": "string",
"name": "Professional",
"cycle": "monthly",
"pricing": 29.99,
"features": [
"string"
]
},
"purchased_on": "2023-01-15T10:30:00.000Z",
"renews_on": "2023-02-15T10:30:00.000Z",
"pricing_plans": [
{}
]
}