{
"success": true,
"ai_transactions": [
{
"transaction_id": "string",
"amount": 0,
"currency": "string",
"total_amount": 0,
"transaction_type": "string",
"status": "string",
"description": "string",
"model": "string",
"tokens_used": 0,
"ai_id": "string",
"timestamp": "2019-08-24T14:15:22Z"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"total_pages": 0,
"has_next": true,
"has_prev": true
},
"current_balance": 0,
"currency": "string",
"payment_processor": "string",
"authentication_type": "string",
"authenticated_user": "string"
}