curl --location --request GET '/api/v1/transactions/status/' \
--header 'Authorization: <api-key>'{
"success": true,
"data": {
"reference": "string",
"status": "string",
"fromCurrency": "string",
"fromAmount": 0,
"toCurrency": "string",
"toAmount": 0,
"depositAddress": "string",
"createdAt": "string",
"updatedAt": "string"
}
}