Release a Sensitive-Data Permission
Release one sensitive-data permission owned by the current account. Administrator permissions are not required.
Endpoint: /openapi/v1/permission/apply/sensitive/release
Method: POST
The request body is a bare Integer permissionId. Do not wrap it in a JSON object.
Request example
70156
Response parameters
The response contains success, requestId, and Boolean data fields.
Success response
{"success": true, "requestId": "<requestId>", "data": true}