Create outgoing bank transfer command
POST https://demo.vivapayments.com/api/wallets/{walletId}/commands/banktransfer/{bankAccountId}
Request Body
{"amount"=>100, "description"=>"A short description about the bank transfer", "trySendInstant"=>true, "instructionTypeId"=>1}