curl --location --request GET '/api/Transaction/'
{
"id": "string",
"parentId": "string",
"type": "string",
"transactionDate": "2024-01-01T00:00:00Z",
"source": "string",
"sourceAssetCurrency": "string",
"sourceValue": 100.0,
"destination": "string",
"destinationAssetCurrency": "string",
"message": "string",
"vaultId": "string",
"vaultName": "string",
"hash": "string",
"status": "Pending"
}