x-api-key: ********************curl --location --request GET 'https://online-banking.originalaccounts.com/wallets//history?limit&updated_after_ms&updated_before_ms' \
--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": {}
}
]
}