Authorization: Bearer ********************
{
"action": "allow",
"countries": {
"add": [
"DE"
],
"delete": [
"BG"
]
}
}
curl --location --request PATCH 'https://api.vpsbg.eu/v1/network-protection//geo' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "allow",
"countries": {
"add": [
"DE"
],
"delete": [
"BG"
]
}
}'
{
"active": true,
"locked": false,
"action": "deny",
"countries": [
"BH",
"BO",
"DE",
"GB"
]
}