{
    "result": [
    {
        "title": "string",
        "amount": 0,
        "type": "InterBank",
        "date": "2023-08-31T00:00:00",
        "transactionDate": "31 Aug 2023",
        "narration": "string",
        "status": "Default",
        "creditType": "Debit",
        "sender": "string",
        "senderAccountNumber": "string",
        "destinationBank": "string",
        "destinationAccountNumber": "string",
        "recieverName": "string",
        "referenceId": "string",
        "isViewReceiptEnabled": true,
        "tranId": "string"
    },
    {
      "title": "string",
      "amount": 0,
      "type": "Default",
      "date": "2023-08-31T00:00:00",
      "transactionDate": "31 Aug 2023",
      "narration": "string",
      "status": "Default",
      "creditType": "Credit",
      "referenceId": "string",
      "isViewReceiptEnabled": false,
      "tranId": "string"
    }],
    "successful": true,
    "message": "string"
}