curl --request POST \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transaction/v3/account/{accountId} \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"amount": 123,
"currency": "EUR",
"text": "<string>",
"additionalInfo": {
"ref": "<string>",
"message": "<string>",
"paymentReceiver": "<string>",
"transferId": "<string>",
"text": "<string>",
"discLinkTransactionId": "<string>",
"discLinkPurchaseDetailId": "<string>",
"paymentReference": "<string>",
"payerName": "<string>",
"fromAddress": "<string>",
"fromZip": "<string>",
"fromCity": "<string>",
"fromBankAccountNumber": "<string>",
"fromCustomerAccountNumber": "<string>",
"fromOrganizationalNumber": "<string>",
"fromBankName": "<string>",
"toBic": "<string>",
"fromBankAccountType": "BBAN",
"toBankAccountType": "BBAN",
"toBankAccountNumber": "<string>",
"fileName": "<string>",
"receivedFromCollectionAgency": true
},
"transactionDetails": "<string>",
"date": "2023-12-25",
"postingDate": "2023-12-25",
"transactionDate": "2023-12-25"
}'