{
"enable":true
}
curl --location --request POST 'https://core.authing.cnapi/v2/whitelist/configuration' \
--header 'Authorization;' \
--header 'x-authing-userpool-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable":true
}'
{
"code": 200,
"message": "开启成功"
}