Get the budget id specific information
Parameters:
Successful Response
const response = await fetch('/budget/info', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "budgets": [ "text" ] }), }); const data = await response.json();
{ "detail": [ { "loc": [ "text" ], "msg": "text", "type": "text" } ] }