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