curl --location --request GET '/api/v1/transactions/' \
--header 'Authorization: <api-key>'{
"success": true,
"data": {
"id": "string",
"reference": "string",
"businessId": "string",
"fromCurrency": "string",
"fromNetwork": "string",
"fromAmount": 0,
"toCurrency": "string",
"toNetwork": "string",
"toAmount": 0,
"depositAddress": "string",
"status": "string",
"customerEmail": "string",
"customerName": "string",
"description": "string",
"callbackUrl": "string",
"redirectUrl": "string",
"createdAt": "string",
"updatedAt": "string"
}
}