Send user funds

receives a request containing `receiver`, `numOfTxs` and `value` and will select a random account from the PEM file in the same shard as the address received. Will return the transaction's hash if successful or the interceptor error otherwise

post
Path parameters
Responses
200
successful operation
application/json
post
POST /transaction/send-user-funds HTTP/1.1
Host: egld.nownodes.io
Accept: */*
{
  "data": {},
  "error": "text",
  "code": "text"
}