Get user's daily cashflows based on the uploaded bank statements
const response = await fetch('https://api.akibaone.com/sandbox/v1/getcashflow', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "message": "text", "id": "text" }