Add greylist accounts

add_greylist_accounts

post

Adds accounts to grey list for producer node

Body
Responses
200
OK
application/json
Responseany

Returns Nothing

post
POST /v1/producer/add_greylist_accounts HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 32

{
  "params": {
    "accounts": [
      "text"
    ]
  }
}
200

OK

No content