curl --location --request GET 'https://api.inboxkit.com/v1/api/warmup/pricing' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"price_per_mailbox": 3,
"currency": "USD",
"billing_cycle": "monthly",
"active_subscriptions": 20,
"pending_subscriptions": 3,
"total_subscriptions": 25,
"monthly_cost": 60
}