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