x-api-key: ********************curl --location 'https://online-banking.originalaccounts.com/customers//transfers?limit=undefined&starting_after=undefined&ending_before=undefined&tx_hash=undefined&updated_after_ms=undefined&updated_before_ms=undefined' \
--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"
}
]
}