curl --location --request GET 'https://core.authing.cn/api/v2/resources/detail?id=61debb338a741ec3d5a8b1dd' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408'
{
"code": 200,
"message": "",
"data": {
"id": "61debb338a741ec3d5a8b1dd",
"createdAt": "2022-01-12T11:27:47.182Z",
"updatedAt": "2022-01-12T11:27:47.182Z",
"userPoolId": "61b95d6c96d42670da568408",
"code": "resource3",
"actions": [
{
"name": "read",
"description": "读"
},
{
"name": "write",
"description": "写"
}
],
"type": null,
"description": null,
"namespaceId": 5,
"apiIdentifier": null
}
}