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