curl --location --request GET 'https://core.authing.cn/api/v2/users/614dbc2a3b1131bcf7f8990f/principal_authentication' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214'
{
"code": 200,
"message": "获取主体认证信息成功",
"data": {
"id": "61dea4967f8af0e428dd8c58",
"createdAt": "2022-01-12T09:51:18.661Z",
"updatedAt": "2022-01-12T09:51:18.661Z",
"userPoolId": "59f86b4832eb28071bdd9214",
"userId": "614dbc2a3b1131bcf7f8990f",
"principalType": "P",
"principalName": "刘好",
"principalCode": "41127t37823t4239842",
"authenticationTime": "2022-01-12T09:51:18.647Z"
}
}