List all the created budgets in proxy db. Used on Admin UI.
Successful Response
const response = await fetch('/budget/list', { method: 'GET', headers: {}, }); const data = await response.json();