Client ID
User ID
This is a type of score; (risk, credit, forecast or liquidity).
const response = await fetch('https://api.akibaone.com/insyts/score', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "clientId": "text", "userId": "text", "type": "text" }