curl --location --request GET 'https://core.authing.cn/api/v2/acl/users/me/authorized-resources?namespace=65fdhw033jf093j0j309joiknk' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408'
{
"code": 200,
"message": "获取被授权的资源成功",
"data": {
"totalCount": 1,
"list": [
{
"code": "order:*",
"type": "DATA",
"actions": [
"book:*"
],
"apiIdentifier": null
}
]
}
}