Financial Insights

post

Comprehensive user's financial insight function with various fields and breakdowns. A detailed and structured overview of the user's financial situation.

Authorizations
Body
successbooleanOptional
messagestringOptional
idstringOptional
Responses
200Success
application/json
post
POST /sandbox/v1/financialinsights HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 45

{
  "success": true,
  "message": "text",
  "id": "text"
}
200Success
{
  "success": true,
  "message": "text",
  "id": "text"
}