List currently banned email addresses.
curl --request POST \
--url https://api.fluxer.app/v1/admin/bans/email/list \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 250
}'{
"bans": [
"jsmith@example.com"
]
}curl --request POST \
--url https://api.fluxer.app/v1/admin/bans/email/list \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 250
}'{
"bans": [
"jsmith@example.com"
]
}