{
"status": "success",
"user_id": "user_123",
"tier": "premium",
"file": "string",
"bank_info": {
"property1": "string",
"property2": "string"
},
"account_holder": {
"property1": "string",
"property2": "string"
},
"transactions": [
{
"property1": "string",
"property2": "string"
}
],
"results": [
{
"file": "statement.pdf",
"bank_info": {
"property1": "string",
"property2": "string"
},
"account_holder": {
"property1": "string",
"property2": "string"
},
"transactions": [
{
"property1": "string",
"property2": "string"
}
],
"storage": {
"pdf_url": "string",
"metadata_url": "string",
"tables_url": "string",
"complete_url": "string"
}
}
],
"storage": {
"pdf_url": "string",
"metadata_url": "string",
"tables_url": "string",
"complete_url": "string"
},
"message": "Bank Statement stored in Google Cloud Storage"
}