{
"type": "USERNAME",
"list": [
"string"
]
}
curl --location --request POST 'https://core.authing.cn/api/v2/whitelist' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 61cc2c7bb686e2767125230d' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "USERNAME",
"list": [
"string"
]
}'
{
"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"
},
{
"createdAt": "2022-01-11T09:20:30.861Z",
"updatedAt": "2022-01-11T09:20:30.861Z",
"value": "13100000000"
}
]
}