curl --request GET \ --url 'https://api.unify.ai/v0/organizations/<organization_id>/spending-limit' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "organization_id": "integer", "monthly_spending_cap": "number | null", "cascaded_updates": "object | null" }
Bearer <token>
<token>