curl --location '/api/transactions/bank-transfer' \
--header 'x-code: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"remitterId": "string",
"beneficiaryId": "string",
"destinationCountry": "string",
"transType": "string",
"purpose": "string",
"sourceOfIncome": "string",
"paymentMethod": "string",
"amountDeposited": "string",
"bankBranchDeposited": "string",
"serviceLevel": "string",
"smsConfirmation": "string",
"smsNotification": "string",
"smsMobile": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"amountType": "string",
"agentTransactionRef": "string",
"benefTransRef": "string",
"amountToSend": "string",
"amountSLE": 0,
"fees": 0,
"accountNumber": "string",
"bank": "string",
"bankBankBranch": "string",
"bankBranchCity": "string",
"bankBranchState": "string",
"country": "string"
}'