curl -L \
--request POST \
--url 'https://eos.nownodes.io/v1/producer/set_whitelist_blacklist' \
--header 'Content-Type: application/json' \
--data '{
"params": {
"actor_whitelist": [
"text"
],
"actor_blacklist": [
"text"
],
"contract_whitelist": [
"text"
],
"contract_blacklist": [
"text"
],
"action_blacklist": [
[
"text",
"text"
]
],
"key_blacklist": [
"uint64"
]
}
}'