Authorization: Bearer ********************{
"proxyId": 0,
"isDisabled": true
}curl --location --request POST 'https://api.mefrp.com/api/auth/proxy/toggle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"proxyId": 0,
"isDisabled": true
}'{
"code": 200,
"data": null,
"message": "禁用隧道成功"
}