Retreives the white list and black list for producer node
/producer/get_whitelist_blacklist
OK
curl -L \ --request POST \ --url 'https://eos.nownodes.io/v1/producer/get_whitelist_blacklist' \ --header 'Content-Type: application/json'
{ "actor_whitelist": [ "text" ], "actor_blacklist": [ "text" ], "contract_whitelist": [ "text" ], "contract_blacklist": [ "text" ], "action_blacklist": [ [ "text", "text" ] ], "key_blacklist": [ "uint64" ] }