Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************{
"status": true
}curl --location --request POST 'http://10.10.0.26:8080/api/dns/filter_status' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": true
}'{}