Comprehensive user's financial insight function with various fields and breakdowns. A detailed and structured overview of the user's financial situation.
const response = await fetch('https://api.akibaone.com/sandbox/v1/financialinsights', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "message": "text", "id": "text" }