Create outgoing bank transfer command
POST
curl -X POST 'https://demo.vivapayments.com/api/wallets/{walletId}/commands/banktransfer/{bankAccountId}' -d '{"amount":100,"description":"A short description about the bank transfer","trySendInstant":true,"instructionTypeId":1}'