Authorization: Bearer ********************curl --location --request GET '/bankaccounts//statement/lastimported'{
"code": 0,
"message": "success",
"statement": [
{
"statement_id": "460000000049013",
"from_date": "2017-01-02",
"to_date": "2013-09-17",
"source": "manually_added",
"transactions": [
{
"transaction_id": "460000000050163",
"debit_or_credit": "debit",
"date": "2013-10-01",
"customer_id": "460000000044001",
"payee": "Richards Electric Company",
"reference_number": " ",
"transaction_type": "customer_payment",
"amount": 2000,
"status": "active"
}
]
}
]
}