ControllerApplicationConfirm权限ControllerApplicationPass权限ControllerApplicationReject权限curl --location --request PUT 'http://127.0.0.1:6810/api/controllers/applications/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"times": [
"2025-09-30T11:30:00Z"
],
"message": "string"
}'{
"code": "UPDATE_APPLICATION",
"message": "string",
"data": true
}