post https://sandbox.lenco.co/access/v1/transfer
Create a new bank transfer transaction
This endpoint is similar to the create transaction endpoint, but this endpoint queues the request and returns a response instantly.
In the response, data.request.status will be either queued or created.
If the status is queued, this means that the transaction has not yet been attempted and is still in the queue.
If the status is created, this means that the transaction was created and has been (or is being) attempted. data.transaction will have a value and you should check data.transaction.status to get the transaction status (i.e. successful, failed, etc)
