{
"id": "string",
"secret": "string",
"tokenLifetime": 0,
"enabled": true,
"appId": "string",
"remarks": "string"
}
curl --location --request PATCH 'https://core.authing.cn/api/v2/applications/programmatic-access-accounts' \
--header 'Authorization: Bearer eyJ' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"secret": "string",
"tokenLifetime": 0,
"enabled": true,
"appId": "string",
"remarks": "string"
}'
{
"code": 0,
"message": "string"
}