curl --location '/api/v1/transactions/status/' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"success": true,
"data": {
"reference": "string",
"status": "string",
"fromCurrency": "string",
"fromAmount": 0,
"toCurrency": "string",
"toAmount": 0,
"depositAddress": "string",
"memo": "string",
"createdAt": "string",
"updatedAt": "string"
}
}