{
"tokenLifetime": 0,
"remarks": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/applications/61df925846bed781f5757166/programmatic-access-accounts' \
--header 'Authorization: Bearer sdfdsfsdfs' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"tokenLifetime": 0,
"remarks": "string"
}'
{
"code": 200,
"message": "创建编程访问账号成功",
"data": {
"appId": "61df925846bed781f5757166",
"secret": "fc214eec8351279e48808bdb520ce50e",
"remarks": "this is a remark",
"tokenLifetime": 10,
"createdAt": "2022-01-13T05:31:28.248Z",
"updatedAt": "2022-01-13T05:31:28.248Z",
"id": "61dfb93089e8037f8144016c",
"userId": null,
"enabled": true
}
}