Authorization: Bearer ********************
{ "target_enabled": false }
curl --location --request PUT '/api/v1/plugins///toggle' \ --header 'Content-Type: application/json' \ --data-raw '{ "target_enabled": false }'
{}