Authorization: Bearer ********************
{
"clientSecretExpiresAt": "string",
"clientId": "string"
}
curl --location --request POST 'http://127.0.0.1:9000/oauth/client/edit/secretExpiresAt' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientSecretExpiresAt": "string",
"clientId": "string"
}'
{"code":200,"message":"修改成功","ts":1706384930444,"traceId":"14117039662137408","data":null,"success":true}