Client ID
User ID
Provide account ID
Agree to Terms of Use agreement
The date on which the transactions were recorded
The overall sum of revenue over the given period.
const response = await fetch('https://api.akibaone.com/insyts/revenue', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "date": "text", "amount": "text" }