{
"type": "string",
"name": "string",
"idCard": "string",
"ext": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/users/614dbc2a3b1131bcf7f8990f/principal_authentication' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"name": "string",
"idCard": "string",
"ext": "string"
}'
{
"code": 200,
"message": "认证成功"
}