{
"status": 1
}curl --location --request PATCH 'http://prod-cn.your-api-server.com/consoleapi/key-configs/472b298d-125f-4c2c-a982-9d35151897b5/status' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1
}'{
"code": 0,
"message": "string",
"data": {
"items": [
null
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
},
"timestamp": 0
}