curl --location --request GET 'https://core.authing.cn/api/v2/applications/61df925846bed781f5757166/authorization/records' \
--header 'Authorization: Bearer sdfsd' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408'
{
"code": 200,
"message": "获取成功",
"data": {
"list": [],
"totalCount": 0
}
}