curl --location --request GET 'https://core.authing.cn/api/v2/whitelist?type=USERNAME' \
--header 'Authorization: Bearer eyJh' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408'{
"code": 200,
"message": "查询成功",
"data": [
{
"createdAt": "2022-01-06T06:32:33.760Z",
"updatedAt": "2022-01-06T06:32:33.760Z",
"value": "13000000000"
},
{
"createdAt": "2022-01-06T06:32:57.578Z",
"updatedAt": "2022-01-06T06:32:57.578Z",
"value": "13200009090"
}
]
}