Budgets API
Budget APIs:
POST /v1/budget/summarycalculates a summary from supplied earnings, expenses, and savings goals.GET /v1/me/budget/summary?month=4¤cy=INRloads the authenticated user's finance data through Supabase RLS and returns the current summary.
These endpoints should be read-only first.