x-api-key: ********************curl --location 'https://online-banking.originalaccounts.com/wallets//history?limit=undefined&updated_after_ms=undefined&updated_before_ms=undefined' \
--header 'x-api-key: <api-key>'{
"count": 0,
"data": [
{
"amount": "string",
"developer_fee": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"customer_id": "string",
"source": {},
"destination": {}
}
]
}