x-api-key: ********************curl --location --request GET 'https://online-banking.originalaccounts.com/customers//transfers?limit&starting_after&ending_before&tx_hash&updated_after_ms&updated_before_ms' \
--header 'x-api-key: <api-key>'{
"count": 1,
"data": [
{
"id": "tr_123",
"amount": "100.25",
"currency": "usd",
"state": "awaiting_funds",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-01T01:00:00.000Z"
}
]
}