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