{
"isEnabled": 0
}curl --location --request PATCH 'http://prod-cn.your-api-server.com/consoleapi/key-templates/44eeae8b-9cf7-4805-9e25-77458d26131c/enabled' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"isEnabled": 0
}'{
"code": 0,
"message": "string",
"data": {
"name": "string",
"icon": "string",
"type": "string",
"fieldConfig": [
{
"name": "string",
"type": "string",
"required": true,
"placeholder": "string"
}
],
"isEnabled": true,
"sortOrder": 0,
"id": "string",
"createdAt": "string",
"updatedAt": "string"
},
"timestamp": 0
}