Authorization: Bearer ********************
curl --location --request GET 'https://api.vpsbg.eu/v1/network-protection//blacklist' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>'
{
"active": true,
"networks": [
"string"
]
}