{
"isEnabled": true
}
curl --location --request PUT 'https://core.authing.cnapi/v2/tenant//' \
--header 'Authorization;' \
--header 'x-authing-userpool-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"isEnabled": true
}'
{
"code": 200,
"message": "更新租户成员成功"
}