curl --location --request GET 'https://core.authing.cn/api/v2/applications/61df925846bed781f5757166/programmatic-access-accounts' \
--header 'Authorization: Bearer esdfsodfjsdf' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408'
{
"code": 200,
"message": "获取编程访问账号列表成功",
"data": {
"list": [
{
"id": "61dfb93089e8037f8144016c",
"createdAt": "2022-01-13T05:31:28.248Z",
"updatedAt": "2022-01-13T05:31:28.248Z",
"appId": "61df925846bed781f5757166",
"secret": "fc214eec8351279e48808bdb520ce50e",
"remarks": "this is a remark",
"tokenLifetime": 10,
"enabled": true,
"userId": null
}
],
"totalCount": 1
}
}