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