the option key from from within the plugin
the new value for the option
curl \
-X POST https://virtserver.swaggerhub.com/Fernleaf-Systems/ShieldSecurity/1.0.0/options/{key}?value=string \
-H "Content-Type: application/json" \
-d '{"value":"Y"}'
{
"value": "Y"
}
[
{
"key": "enable_tracking",
"value": "Y",
"module": "hack_guard"
}
]